summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-06-03 03:04:07 +0200
committerKevin Ryde <user42@zip.com.au>2003-06-03 03:04:07 +0200
commitc45c8d9b667e273c3189a59aefde455971470d93 (patch)
tree204b4d693fb592c0b6818ef130b544bd3e1ad3ec /NEWS
parent026a5a3715e0df58198de76dfc347ab49a83b1dd (diff)
downloadgmp-c45c8d9b667e273c3189a59aefde455971470d93.tar.gz
Add gmp_printf M, add cmp_d infinities.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 682fe3e46..e4caeb715 100644
--- a/NEWS
+++ b/NEWS
@@ -27,8 +27,10 @@ Changes between MP version 4.1.2 and 4.2
gmp_randinit_default.
* New memory function: mp_get_memory_functions.
* New random functions: gmp_randinit_set, gmp_urandomb_ui, gmp_urandomm_ui.
+* gmp_printf etc type M for mp_limb_t.
* gmp_scanf and friends accept C99 hex floats.
* Numeric input and output can now be in bases up to 62.
+* Comparisons mpz_cmp_d, mpz_cmpabs_d, mpf_cmp_d recognise infinities.
Changes between MP version 4.1.1 and 4.1.2