summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2012-03-26 14:11:26 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2012-03-26 14:11:26 +0000
commitd174cbec56809cb5c6e079f09927525e71b83cba (patch)
tree6f8b36db1d9738f889ee3fdeac085acc42c9e73f /NEWS
parentcd495f23ec3954e722b7c51b3146edf3aac54ea3 (diff)
downloadmpfr-d174cbec56809cb5c6e079f09927525e71b83cba.tar.gz
added new function mpfr_fmodquo
(cf https://sympa.inria.fr/sympa/arc/mpfr/2012-03/msg00020.html) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8129 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fb733cb5a..01091d3a5 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,8 @@ Changes from versions 3.1.* to version 3.2.0:
- New functions: mpfr_fpif_export and mpfr_fpif_import to export and import
numbers in a floating-point interchange format, independent both on the
number of bits per word and on the endianness.
+- New function mpfr_fmodquo to return the low bits of the quotient
+ corresponding to mpfr_fmod.
- Updated tuning parameters.
- Improved MPFR manual.
- Bug fixes.