diff options
Diffstat (limited to 'libquadmath/math/logq.c')
-rw-r--r-- | libquadmath/math/logq.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libquadmath/math/logq.c b/libquadmath/math/logq.c index cd1a48631fa..7aae9b101ad 100644 --- a/libquadmath/math/logq.c +++ b/libquadmath/math/logq.c @@ -1,14 +1,14 @@ -/* logll.c +/* logq.c * - * Natural logarithm for 128-bit long double precision. + * Natural logarithm for __float128 precision. * * * * SYNOPSIS: * - * long double x, y, logl(); + * __float128 x, y, logq(); * - * y = logl( x ); + * y = logq( x ); * * * |