diff options
author | Martin Liska <mliska@suse.cz> | 2021-06-09 15:38:34 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2021-06-09 15:38:34 +0200 |
commit | eb8a32c6a1e63dab82c04dc210a8356e22f13d9a (patch) | |
tree | 1bf5ce08eb30dbe0f2da5b0847bf44925cf59596 /libquadmath | |
parent | 5a2d297a5336c9a7093c345411eef847d5d25500 (diff) | |
download | gcc-eb8a32c6a1e63dab82c04dc210a8356e22f13d9a.tar.gz |
libquadmath: fix table format.
Diffstat (limited to 'libquadmath')
-rw-r--r-- | libquadmath/libquadmath.texi | 4 |
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 |