diff options
| author | thorpej <thorpej@NetBSD.org> | 2002-04-09 01:55:13 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2002-04-09 01:55:13 +0000 |
| commit | b07be1ff9d64950e09672af2f8ce90cba59bd882 (patch) | |
| tree | 3167fcd970b8526e7e981439e22616f95e6f4a64 /lib/libm/src | |
| parent | c5b80e78238f57c3fab2cd20d0dec5a41a90be35 (diff) | |
#if 0 invsqrtpi; it's not used.
Diffstat (limited to 'lib/libm/src')
| -rw-r--r-- | lib/libm/src/e_jnf.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libm/src/e_jnf.c b/lib/libm/src/e_jnf.c index 1c73b87257c..9beefef0fb2 100644 --- a/lib/libm/src/e_jnf.c +++ b/lib/libm/src/e_jnf.c @@ -15,7 +15,7 @@ #include <sys/cdefs.h> #if defined(LIBM_SCCS) && !defined(lint) -__RCSID("$NetBSD: e_jnf.c,v 1.7 1999/07/02 15:37:40 simonb Exp $"); +__RCSID("$NetBSD: e_jnf.c,v 1.8 2002/04/09 01:55:13 thorpej Exp $"); #endif #include "math.h" @@ -26,7 +26,9 @@ static const float #else static float #endif +#if 0 invsqrtpi= 5.6418961287e-01, /* 0x3f106ebb */ +#endif two = 2.0000000000e+00, /* 0x40000000 */ one = 1.0000000000e+00; /* 0x3F800000 */ |
