diff options
Diffstat (limited to 'src/math/__tandf.c')
-rw-r--r-- | src/math/__tandf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/__tandf.c b/src/math/__tandf.c index 36a8214e..3e632fdf 100644 --- a/src/math/__tandf.c +++ b/src/math/__tandf.c @@ -27,7 +27,7 @@ static const double T[] = { float __tandf(double x, int iy) { - double z,r,w,s,t,u; + double_t z,r,w,s,t,u; z = x*x; /* |