diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2012-03-26 14:11:26 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2012-03-26 14:11:26 +0000 |
commit | d174cbec56809cb5c6e079f09927525e71b83cba (patch) | |
tree | 6f8b36db1d9738f889ee3fdeac085acc42c9e73f /NEWS | |
parent | cd495f23ec3954e722b7c51b3146edf3aac54ea3 (diff) | |
download | mpfr-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-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |