diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2014-12-16 14:30:01 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2014-12-16 14:30:01 +0000 |
commit | 55b7cad09cb83135f1faeade157286fa1cdea973 (patch) | |
tree | e142bb9d124eee61820dc54761fb0a60244b2f3f /doc/mpfr.texi | |
parent | 69b9d73ac3773d99b5ec43d724731b1781669bd5 (diff) | |
download | mpfr-55b7cad09cb83135f1faeade157286fa1cdea973.tar.gz |
[NEWS] Added an item about improved caching.
[NEWS,doc/mpfr.texi] In particular, mention the minimum of 10% increase
of the precision (done in r8967).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9254 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'doc/mpfr.texi')
-rw-r--r-- | doc/mpfr.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/mpfr.texi b/doc/mpfr.texi index 2326a693b..ce30dbd6d 100644 --- a/doc/mpfr.texi +++ b/doc/mpfr.texi @@ -923,6 +923,9 @@ MPFR functions may create caches, e.g., when computing constants such as @m{\pi,Pi}, either because the user has called a function like @code{mpfr_const_pi} directly or because such a function was called internally by the MPFR library itself to compute some other function. +When more precision is needed, the value is automatically recomputed; +a minimum of 10% increase of the precision is guaranteed to avoid too +many recomputations. At any time, the user can free the various caches with @code{mpfr_free_cache}. It is strongly advised to do that before |