diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2014-02-21 13:18:59 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2014-02-21 13:18:59 +0000 |
commit | 12f6e62d2b1885c20ec2e9cd3a06f42339e4f530 (patch) | |
tree | 6dfe1ba8002e8bcd4bd34c0e69792faa4ac3c042 | |
parent | 942d64b07703a2277c375f7e0d26337bb550921b (diff) | |
download | mpfr-12f6e62d2b1885c20ec2e9cd3a06f42339e4f530.tar.gz |
definitively fix the name mpfr_min_prec
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8987 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r-- | doc/mpfr.texi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/mpfr.texi b/doc/mpfr.texi index 0c20d7dc2..e8f9d016d 100644 --- a/doc/mpfr.texi +++ b/doc/mpfr.texi @@ -2691,8 +2691,6 @@ in particular for the powers of two. If you use this function together with @code{mpfr_prec_round} in order to reduce the memory space occupied by a number, you may need to take the maximum of the returned precision and @code{MPFR_PREC_MIN} for @code{mpfr_prec_round}. - -The function name is subject to change. @end deftypefun @deftypefun {const char *} mpfr_print_rnd_mode (mpfr_rnd_t @var{rnd}) |