diff options
author | Kevin Ryde <user42@zip.com.au> | 2001-11-16 01:22:01 +0100 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2001-11-16 01:22:01 +0100 |
commit | bceb0c19e07c781fb0b6b29167a033388a6c19b9 (patch) | |
tree | 303859bbb69bba8ed0ce53f31a430e675c948c82 | |
parent | b7b3b5ea9289594406a81885b9b9d368eca29f3e (diff) | |
download | gmp-bceb0c19e07c781fb0b6b29167a033388a6c19b9.tar.gz |
*** empty log message ***
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |