diff options
Diffstat (limited to 'libquadmath/math/atanhq.c')
-rw-r--r-- | libquadmath/math/atanhq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libquadmath/math/atanhq.c b/libquadmath/math/atanhq.c index 73db957d..b340367 100644 --- a/libquadmath/math/atanhq.c +++ b/libquadmath/math/atanhq.c @@ -14,7 +14,7 @@ * ==================================================== */ -/* __ieee754_atanhl(x) +/* atanhq(x) * Method : * 1.Reduced x to positive by atanh(-x) = -atanh(x) * 2.For x>=0.5 |