SHA256
1
0
forked from jengelh/pari

- Update to release 2.11.3

OBS-URL: https://build.opensuse.org/package/show/science/pari?expand=0&rev=43
This commit is contained in:
2020-03-05 16:48:35 +00:00
committed by Git OBS Bridge
parent 80b3c6c366
commit cbcc2e988c
6 changed files with 32 additions and 21 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Mar 5 16:44:44 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.11.3
* Avoid division by zero in Flx_extresultant when one input is 0.
* Fix crashes executing "ispower(27,2^60)",
"issquare(non square t_FFELT, &x)",
"polcompositum(x^2+x/3+1,x^2+x/3+1)",
"polrootsreal(x+0.)", "qflllgram([2,2,3;4,5,6])",
or printf("%10.6f\n",2^-100).
-------------------------------------------------------------------
Fri Aug 23 13:49:16 UTC 2019 - Jan Engelhardt <jengelh@inai.de>