[Gmp-commit] /var/hg/gmp: NEWS: two more items
mercurial at gmplib.org
mercurial at gmplib.org
Fri Jan 3 11:31:22 UTC 2020
details: /var/hg/gmp/rev/e7853816f892
changeset: 18002:e7853816f892
user: Marco Bodrato <bodrato at mail.dm.unipi.it>
date: Fri Jan 03 12:31:12 2020 +0100
description:
NEWS: two more items
diffstat:
NEWS | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diffs (22 lines):
diff -r 5870bab2f759 -r e7853816f892 NEWS
--- a/NEWS Mon Dec 23 22:47:38 2019 +0100
+++ b/NEWS Fri Jan 03 12:31:12 2020 +0100
@@ -13,6 +13,9 @@
* Conversion to double is now more robust even if the configuration process
does not recognize the float format.
+ * mpz_powm could return a not completely normalised value, when the
+ exponent was 1 and the base < 0.
+
FEATURES
* New C++ functions factorial, primorial and fibonacci for mpz_class.
@@ -44,6 +47,8 @@
* Small improvements and better coverage for the test suite.
+ * The tune/speed program can measure some more functions.
+
* mpn_mul no longer diverts to mpn_sqr, users should call mpn_sqr directly
when applicable.
More information about the gmp-commit
mailing list