summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-11-16 01:22:01 +0100
committerKevin Ryde <user42@zip.com.au>2001-11-16 01:22:01 +0100
commitbceb0c19e07c781fb0b6b29167a033388a6c19b9 (patch)
tree303859bbb69bba8ed0ce53f31a430e675c948c82 /NEWS
parentb7b3b5ea9289594406a81885b9b9d368eca29f3e (diff)
downloadgmp-bceb0c19e07c781fb0b6b29167a033388a6c19b9.tar.gz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f57f8ac40..350471003 100644
--- a/NEWS
+++ b/NEWS
@@ -34,7 +34,8 @@ Changes between MP version 3.1.1 and 4.0
* Updated mpfr (floating-point function set).
* Speed improvements for mpz_powm and mpz_powm_ui (mainly affecting small
operands).
-* New gmp_printf and related functions.
+* Float input and output uses locale specific decimal point where available.
+* New gmp_printf, gmp_scanf and related functions.
* New integer functions: mpz_cmp_d, mpz_cmpabs_d, mpz_lcm_ui.
* New division functions: mpz_cdiv_q_2exp, mpz_cdiv_r_2exp, mpz_divexact_ui.
* New mpz_kronecker function, and mpz_jacobi accepts non-positive denominators.