diff options
Diffstat (limited to 'winsup/mingw/include/math.h')
-rw-r--r-- | winsup/mingw/include/math.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/mingw/include/math.h b/winsup/mingw/include/math.h index b03bc541f..788c2449a 100644 --- a/winsup/mingw/include/math.h +++ b/winsup/mingw/include/math.h @@ -346,7 +346,7 @@ __CRT_INLINE int __cdecl __fpclassifyl (long double x){ #define isinf(x) (fpclassify(x) == FP_INFINITE) /* 7.12.3.4 */ -/* We don't need to worry about trucation here: +/* We don't need to worry about truncation here: A NaN stays a NaN. */ __CRT_INLINE int __cdecl __isnan (double _x) @@ -455,7 +455,7 @@ extern long double __cdecl asinhl (long double); /* 7.12.5.3 */ extern double __cdecl atanh (double); -extern float __cdecl atanf (float); +extern float __cdecl atanhf (float); extern long double __cdecl atanhl (long double); /* Exponentials and logarithms */ |