summaryrefslogtreecommitdiffstatshomepage
path: root/lib/libm/atan2f.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libm/atan2f.c')
-rw-r--r--lib/libm/atan2f.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/atan2f.c b/lib/libm/atan2f.c
index 03d000c9e1..dcbaf821b5 100644
--- a/lib/libm/atan2f.c
+++ b/lib/libm/atan2f.c
@@ -22,8 +22,8 @@
#include "libm.h"
static const float
-pi = 3.1415927410e+00, /* 0x40490fdb */
-pi_lo = -8.7422776573e-08; /* 0xb3bbbd2e */
+pi = 3.1415927410e+00f, /* 0x40490fdb */
+pi_lo = -8.7422776573e-08f; /* 0xb3bbbd2e */
float atan2f(float y, float x)
{