summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2021-06-09 15:38:34 +0200
committerMartin Liska <mliska@suse.cz>2021-06-09 15:38:34 +0200
commiteb8a32c6a1e63dab82c04dc210a8356e22f13d9a (patch)
tree1bf5ce08eb30dbe0f2da5b0847bf44925cf59596
parent5a2d297a5336c9a7093c345411eef847d5d25500 (diff)
downloadgcc-eb8a32c6a1e63dab82c04dc210a8356e22f13d9a.tar.gz
libquadmath: fix table format.
-rw-r--r--libquadmath/libquadmath.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/libquadmath/libquadmath.texi b/libquadmath/libquadmath.texi
index 5b5a775226d..daf7b35b6fd 100644
--- a/libquadmath/libquadmath.texi
+++ b/libquadmath/libquadmath.texi
@@ -210,9 +210,9 @@ The following mathematical functions are available:
@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