summaryrefslogtreecommitdiff
path: root/src/math/atanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/atanf.c')
-rw-r--r--src/math/atanf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/atanf.c b/src/math/atanf.c
index 4b59509a..ac8bfd06 100644
--- a/src/math/atanf.c
+++ b/src/math/atanf.c
@@ -40,7 +40,7 @@ static const float aT[] = {
float atanf(float x)
{
- float w,s1,s2,z;
+ float_t w,s1,s2,z;
uint32_t ix,sign;
int id;