summaryrefslogtreecommitdiff
path: root/libquadmath/libquadmath.texi
diff options
context:
space:
mode:
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>2015-08-09 08:46:52 +0000
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>2015-08-09 08:46:52 +0000
commit03c02a42c59949e6ae0fdb0892fb3e751932d17b (patch)
tree23d737a6cb4a3fa57fd2bff054bbf1a74bee923e /libquadmath/libquadmath.texi
parente7b724da79a8b0ef274c65ac9bdb58b55ad7eea3 (diff)
downloadgcc-03c02a42c59949e6ae0fdb0892fb3e751932d17b.tar.gz
Makefile.am (libquadmath_la_SOURCES): Add math/logbq.c.
* Makefile.am (libquadmath_la_SOURCES): Add math/logbq.c. * Makefile.in: Regenerate. * libquadmath.texi: Document logbq. * quadmath.h: Add logbq prototype. * quadmath.map: Add logbq. * quadmath_weak.h: Add logbq prototype. * math/logbq.c: New file From-SVN: r226748
Diffstat (limited to 'libquadmath/libquadmath.texi')
-rw-r--r--libquadmath/libquadmath.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/libquadmath/libquadmath.texi b/libquadmath/libquadmath.texi
index 4b8e6983cc0..c25b094feec 100644
--- a/libquadmath/libquadmath.texi
+++ b/libquadmath/libquadmath.texi
@@ -180,6 +180,7 @@ The following mathematical functions are available:
@item @code{lgammaq}: logarithmic gamma function
@item @code{llrintq}: round to nearest integer value
@item @code{llroundq}: round to nearest integer value away from zero
+@item @code{logbq}: get exponent of the value
@item @code{logq}: natural logarithm function
@item @code{log10q}: base 10 logarithm function
@item @code{log1pq}: compute natural logarithm of the value plus one