aboutsummaryrefslogtreecommitdiff
path: root/math/sincosf.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/sincosf.h')
-rw-r--r--math/sincosf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/sincosf.h b/math/sincosf.h
index 1e80fc9ba8e1..59124699f552 100644
--- a/math/sincosf.h
+++ b/math/sincosf.h
@@ -12,7 +12,7 @@
/* 2PI * 2^-64. */
static const double pi63 = 0x1.921FB54442D18p-62;
/* PI / 4. */
-static const double pio4 = 0x1.921FB54442D18p-1;
+static const float pio4f = 0x1.921FB6p-1f;
/* The constants and polynomials for sine and cosine. */
typedef struct