summaryrefslogtreecommitdiff
path: root/static/v10/man3/sinh.3
diff options
context:
space:
mode:
Diffstat (limited to 'static/v10/man3/sinh.3')
-rw-r--r--static/v10/man3/sinh.331
1 files changed, 31 insertions, 0 deletions
diff --git a/static/v10/man3/sinh.3 b/static/v10/man3/sinh.3
new file mode 100644
index 00000000..3e6d3b48
--- /dev/null
+++ b/static/v10/man3/sinh.3
@@ -0,0 +1,31 @@
+.TH SINH 3M
+.CT 2 math
+.SH NAME
+sinh, cosh, tanh \(mi hyperbolic functions
+.SH SYNOPSIS
+.nf
+.B #include <math.h>
+.PP
+.B double sinh(x)
+.br
+.B double x;
+.PP
+.B double cosh(x)
+.B double x;
+.PP
+.B double tanh(x)
+.B double x;
+.fi
+.SH DESCRIPTION
+These functions compute the designated hyperbolic functions
+for real arguments.
+.SH DIAGNOSTICS
+.I Sinh
+and
+.I cosh
+return a huge value of appropriate sign
+when the correct value would overflow
+and set
+.I errno
+to
+.LR EDOM .