aboutsummaryrefslogtreecommitdiff
path: root/libquadmath/math/log1pq.c
diff options
context:
space:
mode:
Diffstat (limited to 'libquadmath/math/log1pq.c')
-rw-r--r--libquadmath/math/log1pq.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libquadmath/math/log1pq.c b/libquadmath/math/log1pq.c
index a466dc8921e..2de13fe2adc 100644
--- a/libquadmath/math/log1pq.c
+++ b/libquadmath/math/log1pq.c
@@ -1,15 +1,15 @@
/* log1pl.c
*
* Relative error logarithm
- * Natural logarithm of 1+x, 128-bit long double precision
+ * Natural logarithm of 1+x for __float128 precision
*
*
*
* SYNOPSIS:
*
- * long double x, y, log1pl();
+ * __float128 x, y, log1pl();
*
- * y = log1pl( x );
+ * y = log1pq( x );
*
*
*