diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2009-03-06 11:50:19 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2009-03-06 11:50:19 +0000 |
commit | f92d87445eb639baf2f0a4546d7544fb26385944 (patch) | |
tree | bcda6e58dfc5b9ae958f26c9b93b2611d6a3293f | |
parent | 071071937eb770b5d181961f03431c26f37afc6e (diff) | |
download | mpfr-f92d87445eb639baf2f0a4546d7544fb26385944.tar.gz |
[cache.c] improved comment for mpfr_init_cache
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6077 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r-- | cache.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -23,7 +23,8 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc., #include "mpfr-impl.h" #if 0 /* this function is not used/documented/tested so far, it could be - useful if we want to export the cache mechanism */ + useful if some user wants to add a new constant to mpfr, and + implement a cache mechanism for that constant */ void mpfr_init_cache (mpfr_cache_t cache, int (*func)(mpfr_ptr, mp_rnd_t)) { |