summaryrefslogtreecommitdiff
path: root/src/jyn_asympt.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2016-06-02 14:41:40 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2016-06-02 14:41:40 +0000
commit7fe1952d568922701f3392d27626da804b0e0c3c (patch)
tree1a9ba5ad8cc78f02f9522b5cd3efaef1acb3c809 /src/jyn_asympt.c
parentd7e943f883f806b9a53b003ad6e797b1fe75fec0 (diff)
downloadmpfr-7fe1952d568922701f3392d27626da804b0e0c3c.tar.gz
RNDF: fixed li2 and tconst_log2
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/faithful@10398 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/jyn_asympt.c')
-rw-r--r--src/jyn_asympt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jyn_asympt.c b/src/jyn_asympt.c
index f9a8b8e28..103bb1014 100644
--- a/src/jyn_asympt.c
+++ b/src/jyn_asympt.c
@@ -36,6 +36,8 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
(z can be negative only for jn).
Return 0 if the expansion does not converge enough (the value 0 as inexact
flag should not happen for normal input).
+ Note: for MPFR_RNDF, it returns 0 if the expansion failed, and a non-zero
+ value otherwise (with no other meaning).
*/
static int
FUNCTION (mpfr_ptr res, long n, mpfr_srcptr z, mpfr_rnd_t r)