summaryrefslogtreecommitdiff
path: root/exp2.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2000-12-01 16:25:53 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2000-12-01 16:25:53 +0000
commit2e31bf9622d8c9c587c5769ebbd3bcf114097498 (patch)
treea94f9800429e3f8944e7339b7d4ec6b1259c5dbc /exp2.c
parent3171d816e5803bfbac0d7cbdd5aedb6cd47760f3 (diff)
downloadmpfr-2e31bf9622d8c9c587c5769ebbd3bcf114097498.tar.gz
replaced log(2.0) by LOG2 [first step in getting rid of math.h]
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@822 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'exp2.c')
-rw-r--r--exp2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/exp2.c b/exp2.c
index 981532f0e..4ee374031 100644
--- a/exp2.c
+++ b/exp2.c
@@ -39,8 +39,6 @@ int mpfr_exp2_aux2 (mpz_t, mpfr_srcptr, int, int*);
/* #define DEBUG */
-#define LOG2 0.69314718055994528622 /* log(2) rounded to zero on 53 bits */
-
/* if k = the number of bits of z > q, divides z by 2^(k-q) and returns k-q.
Otherwise do nothing and return 0.
*/