summaryrefslogtreecommitdiffstats
path: root/man3/casinh.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/casinh.3')
-rw-r--r--man3/casinh.315
1 files changed, 7 insertions, 8 deletions
diff --git a/man3/casinh.3 b/man3/casinh.3
index f99610e53..64cc89e66 100644
--- a/man3/casinh.3
+++ b/man3/casinh.3
@@ -3,7 +3,7 @@
.\"
.\" SPDX-License-Identifier: GPL-1.0-or-later
.\"
-.TH casinh 3 2022-12-15 "Linux man-pages 6.03"
+.TH casinh 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
casinh, casinhf, casinhl \- complex arc sine hyperbolic
.SH LIBRARY
@@ -32,29 +32,28 @@ One has:
casinh(z) = clog(z + csqrt(z * z + 1))
.EE
.in
-.SH VERSIONS
-These functions were added in glibc 2.1.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR casinh (),
.BR casinhf (),
.BR casinhl ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
-C99, POSIX.1-2001, POSIX.1-2008.
+C11, POSIX.1-2008.
+.SH HISTORY
+glibc 2.1.
+C99, POSIX.1-2001.
.SH SEE ALSO
.BR asinh (3),
.BR cabs (3),