diff options
Diffstat (limited to 'libquadmath/math/log10q.c')
-rw-r--r-- | libquadmath/math/log10q.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libquadmath/math/log10q.c b/libquadmath/math/log10q.c index 50caf18b7fd..9eeb9ae3fc4 100644 --- a/libquadmath/math/log10q.c +++ b/libquadmath/math/log10q.c @@ -1,14 +1,14 @@ -/* log10l.c +/* log10q.c * - * Common logarithm, 128-bit long double precision + * Common logarithm, 128-bit __float128 precision * * * * SYNOPSIS: * - * long double x, y, log10l(); + * __float128 x, y, log10l(); * - * y = log10l( x ); + * y = log10q( x ); * * * |