summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/e_log10.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-04-07 23:23:27 +0000
committerbde <bde@FreeBSD.org>1995-04-07 23:23:27 +0000
commit2cc0b4033dd17a9b0b6d12daf26bfb393ddc94f6 (patch)
tree976b6d4771fce822c3f20a996c5e53a9f6c4403f /lib/msun/src/e_log10.c
parent07041fdd38a0577516d33c770844fec7c65e4129 (diff)
downloadFreeBSD-src-2cc0b4033dd17a9b0b6d12daf26bfb393ddc94f6.zip
FreeBSD-src-2cc0b4033dd17a9b0b6d12daf26bfb393ddc94f6.tar.gz
Submitted by: J.T. Conklin <jtc@wimsey.com>
Second part of update to fdlibm 5.2: speed up argument reduction for trig functions in the case pi/4 < |x| < 3pi/4. Remove unused static constants ("one").
Diffstat (limited to 'lib/msun/src/e_log10.c')
-rw-r--r--lib/msun/src/e_log10.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/msun/src/e_log10.c b/lib/msun/src/e_log10.c
index 3e27b1c..69a2356 100644
--- a/lib/msun/src/e_log10.c
+++ b/lib/msun/src/e_log10.c
@@ -11,7 +11,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: e_log10.c,v 1.6 1994/08/18 23:05:44 jtc Exp $";
+static char rcsid[] = "$Id: e_log10.c,v 1.1.1.1 1994/08/19 09:39:44 jkh Exp $";
#endif
/* __ieee754_log10(x)
@@ -55,7 +55,6 @@ static const double
#else
static double
#endif
-one = 1.0,
two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */
ivln10 = 4.34294481903251816668e-01, /* 0x3FDBCB7B, 0x1526E50E */
log10_2hi = 3.01029995663611771306e-01, /* 0x3FD34413, 0x509F6000 */
OpenPOWER on IntegriCloud