X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fmath%2Fatan.c;h=5a1d33e6a05c644610933b1bea8ea8e39f3f99f1;hp=3c9a59ff3067abdeca4a1c6270f89dc9882e7e9d;hb=e216951f509b71da193da2fc63e25b998740d58b;hpb=2c184264eae3797de028403ed1e86c1f7ae5b813 diff --git a/src/math/atan.c b/src/math/atan.c index 3c9a59ff..5a1d33e6 100644 --- a/src/math/atan.c +++ b/src/math/atan.c @@ -62,7 +62,7 @@ static const double aT[] = { double atan(double x) { - double w,s1,s2,z; + double_t w,s1,s2,z; uint32_t ix,sign; int id;