summaryrefslogtreecommitdiff
path: root/exp2.c
diff options
context:
space:
mode:
authorjeandel <jeandel@280ebfd0-de03-0410-8827-d642c229c3f4>2000-06-28 08:33:06 +0000
committerjeandel <jeandel@280ebfd0-de03-0410-8827-d642c229c3f4>2000-06-28 08:33:06 +0000
commitf38c3ab9f3c7e6759d94f0100fc72668d891e4e3 (patch)
tree283e20ab9335a648771ca23a2e4086833c93e504 /exp2.c
parent5d14d60bf867a62887d12f1bc6fdee043ff089ae (diff)
downloadmpfr-f38c3ab9f3c7e6759d94f0100fc72668d891e4e3.tar.gz
First Release
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@653 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'exp2.c')
-rw-r--r--exp2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/exp2.c b/exp2.c
index af61906dc..500fda0fc 100644
--- a/exp2.c
+++ b/exp2.c
@@ -155,7 +155,6 @@ mpfr_exp2(y, x, rnd_mode)
l = mpfr_can_round(s, q-K, GMP_RNDU, rnd_mode, precy);
if (l==0) {
-printf("not enough precision\n");
#ifdef DEBUG
printf("not enough precision, use %d\n", q+BITS_PER_MP_LIMB);
printf("q=%d q-K=%d precy=%d\n",q,q-K,precy);