summaryrefslogtreecommitdiff
path: root/libc/sysdeps/ieee754/flt-32/k_sinf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/ieee754/flt-32/k_sinf.c')
-rw-r--r--libc/sysdeps/ieee754/flt-32/k_sinf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/ieee754/flt-32/k_sinf.c b/libc/sysdeps/ieee754/flt-32/k_sinf.c
index e65fb988b..0bafd83cf 100644
--- a/libc/sysdeps/ieee754/flt-32/k_sinf.c
+++ b/libc/sysdeps/ieee754/flt-32/k_sinf.c
@@ -8,7 +8,7 @@
*
* Developed at SunPro, a Sun Microsystems, Inc. business.
* Permission to use, copy, modify, and distribute this
- * software is freely granted, provided that this notice
+ * software is freely granted, provided that this notice
* is preserved.
* ====================================================
*/
@@ -20,7 +20,7 @@ static char rcsid[] = "$NetBSD: k_sinf.c,v 1.4 1995/05/10 20:46:33 jtc Exp $";
#include <math.h>
#include <math_private.h>
-static const float
+static const float
half = 5.0000000000e-01,/* 0x3f000000 */
S1 = -1.6666667163e-01, /* 0xbe2aaaab */
S2 = 8.3333337680e-03, /* 0x3c088889 */