summaryrefslogtreecommitdiff
path: root/libquadmath
diff options
context:
space:
mode:
Diffstat (limited to 'libquadmath')
-rw-r--r--libquadmath/libquadmath.texi22
1 files changed, 8 insertions, 14 deletions
diff --git a/libquadmath/libquadmath.texi b/libquadmath/libquadmath.texi
index fad8e62d8bc..6eb36f1a6aa 100644
--- a/libquadmath/libquadmath.texi
+++ b/libquadmath/libquadmath.texi
@@ -44,7 +44,7 @@ Boston, MA 02110-1301 USA
@title The GCC Quad-Precision Math Library
@page
@vskip 0pt plus 1filll
-@comment For the @value{version-GCC} Version*
+@comment For the $$version-GCC$$ Version*
@sp 1
Published by the Free Software Foundation @*
51 Franklin Street, Fifth Floor@*
@@ -103,8 +103,7 @@ The following macros are defined, which give the numeric limits of the
@table @asis
@item @code{FLT128_MAX}: largest finite number
@item @code{FLT128_MIN}: smallest positive number with full precision
-@item @code{FLT128_EPSILON}: difference between 1 and the next larger
- representable number
+@item @code{FLT128_EPSILON}: difference between 1 and the next larger representable number
@item @code{FLT128_DENORM_MIN}: smallest positive denormalized number
@item @code{FLT128_MANT_DIG}: number of digits in the mantissa (bit precision)
@item @code{FLT128_MIN_EXP}: maximal negative exponent
@@ -160,7 +159,6 @@ The following mathematical functions are available:
@item @code{exp2q}: base 2 exponential function
@item @code{expq}: exponential function
@item @code{expm1q}: exponential minus 1 function
-@need 800
@item @code{fabsq}: absolute value function
@item @code{fdimq}: positive difference function
@item @code{finiteq}: check finiteness of value
@@ -187,7 +185,6 @@ The following mathematical functions are available:
@item @code{log10q}: base 10 logarithm function
@item @code{log1pq}: compute natural logarithm of the value plus one
@item @code{log2q}: base 2 logarithm function
-@need 800
@item @code{lrintq}: round to nearest integer value
@item @code{lroundq}: round to nearest integer value away from zero
@item @code{modfq}: decompose the floating-point number
@@ -208,15 +205,14 @@ The following mathematical functions are available:
@item @code{sqrtq}: square root function
@item @code{tanq}: tangent function
@item @code{tanhq}: hyperbolic tangent function
-@need 800
@item @code{tgammaq}: true gamma function
@item @code{truncq}: round to integer, towards zero
@item @code{y0q}: Bessel function of the second kind, first order
@item @code{y1q}: Bessel function of the second kind, second order
@item @code{ynq}: Bessel function of the second kind, @var{n}-th order
-@item @code{cabsq} complex absolute value function
+@item @code{cabsq}: complex absolute value function
@item @code{cargq}: calculate the argument
-@item @code{cimagq} imaginary part of complex number
+@item @code{cimagq}: imaginary part of complex number
@item @code{crealq}: real part of complex number
@item @code{cacoshq}: complex arc hyperbolic cosine function
@item @code{cacosq}: complex arc cosine function
@@ -224,12 +220,10 @@ The following mathematical functions are available:
@item @code{casinq}: complex arc sine function
@item @code{catanhq}: complex arc hyperbolic tangent function
@item @code{catanq}: complex arc tangent function
-@item @code{ccosq} complex cosine function:
+@item @code{ccosq}: complex cosine function
@item @code{ccoshq}: complex hyperbolic cosine function
@item @code{cexpq}: complex exponential function
-@need 800
-@item @code{cexpiq}: computes the exponential function of ``i'' times a
- real value
+@item @code{cexpiq}: computes the exponential function of ``i'' times a real value
@item @code{clogq}: complex natural logarithm
@item @code{clog10q}: complex base 10 logarithm
@item @code{conjq}: complex conjugate function
@@ -371,13 +365,13 @@ int main ()
@c ---------------------------------------------------------------------
@c For BUGURL
-@include libquadmath-vers.texi
+@include gcc-vers.texi
@node Reporting Bugs
@chapter Reporting Bugs
Bugs in the GCC Quad-Precision Math Library implementation should be
-reported via @value{BUGURL}.
+reported via $$BUGURL$$.
@c ---------------------------------------------------------------------