summaryrefslogtreecommitdiffstats
path: root/lib/libm/src/e_atan2f.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libm/src/e_atan2f.c')
-rw-r--r--lib/libm/src/e_atan2f.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libm/src/e_atan2f.c b/lib/libm/src/e_atan2f.c
index ead3b133972..0855bd4ffb5 100644
--- a/lib/libm/src/e_atan2f.c
+++ b/lib/libm/src/e_atan2f.c
@@ -29,7 +29,7 @@ pi = 3.1415925026e+00, /* 0x40490fda */
pi_lo = 1.5099578832e-07; /* 0x34222168 */
float
-__ieee754_atan2f(float y, float x)
+atan2f(float y, float x)
{
float z;
int32_t k,m,hx,hy,ix,iy;