diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2000-12-01 16:25:53 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2000-12-01 16:25:53 +0000 |
commit | 2e31bf9622d8c9c587c5769ebbd3bcf114097498 (patch) | |
tree | a94f9800429e3f8944e7339b7d4ec6b1259c5dbc /exp2.c | |
parent | 3171d816e5803bfbac0d7cbdd5aedb6cd47760f3 (diff) | |
download | mpfr-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.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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. */ |