aboutsummaryrefslogtreecommitdiff
path: root/lib/msun
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2005-12-04 13:52:46 +0000
committerBruce Evans <bde@FreeBSD.org>2005-12-04 13:52:46 +0000
commit0f06be5a4da664b3dc95a1581afc9e23458154dc (patch)
treecad43f3ffc590bd7061d747cfcba412b58b3fc46 /lib/msun
parent2a40d89ff483cf1b02eddc67a976b1eec4505c0c (diff)
Notes
Diffstat (limited to 'lib/msun')
-rw-r--r--lib/msun/src/e_asinf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/src/e_asinf.c b/lib/msun/src/e_asinf.c
index 178289a4d5ec..c0cf8a4e0727 100644
--- a/lib/msun/src/e_asinf.c
+++ b/lib/msun/src/e_asinf.c
@@ -25,7 +25,7 @@ one = 1.0000000000e+00, /* 0x3F800000 */
huge = 1.000e+30,
pio2_hi = 1.5707962513e+00, /* 0x3fc90fda */
pio2_lo = 7.5497894159e-08, /* 0x33a22168 */
-pio4_hi = 7.8539818525e-01, /* 0x3f490fdb */
+pio4_hi = 7.8539812565e-01, /* 0x3f490fda */
/* coefficient for R(x^2) */
pS0 = 1.6666667163e-01, /* 0x3e2aaaab */
pS1 = -3.2556581497e-01, /* 0xbea6b090 */