summaryrefslogtreecommitdiff
path: root/mpz/set_d.c
diff options
context:
space:
mode:
authortege <tege@gmplib.org>1996-05-24 15:30:16 +0200
committertege <tege@gmplib.org>1996-05-24 15:30:16 +0200
commit2dfedb8813f8f77af2b2393f1fc42af8efba6940 (patch)
treeefe1cf7df8acf18c484cbaf6328f276dc71e8026 /mpz/set_d.c
parent15a52dd576652778ffe4d34b1032b88f2733b3a6 (diff)
downloadgmp-2dfedb8813f8f77af2b2393f1fc42af8efba6940.tar.gz
Finish rewrite.
Diffstat (limited to 'mpz/set_d.c')
-rw-r--r--mpz/set_d.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mpz/set_d.c b/mpz/set_d.c
index c24f23cb6..c09b1d97e 100644
--- a/mpz/set_d.c
+++ b/mpz/set_d.c
@@ -21,9 +21,6 @@ MA 02111-1307, USA. */
#include "gmp.h"
#include "gmp-impl.h"
-#include <math.h>
-
-#define MP_BASE_AS_DOUBLE (2.0 * ((mp_limb_t) 1 << (BITS_PER_MP_LIMB - 1)))
void
#if __STDC__