summaryrefslogtreecommitdiff
path: root/static/plan9-4e/man2/sinh.2
diff options
context:
space:
mode:
Diffstat (limited to 'static/plan9-4e/man2/sinh.2')
-rw-r--r--static/plan9-4e/man2/sinh.223
1 files changed, 23 insertions, 0 deletions
diff --git a/static/plan9-4e/man2/sinh.2 b/static/plan9-4e/man2/sinh.2
new file mode 100644
index 00000000..7dd4184b
--- /dev/null
+++ b/static/plan9-4e/man2/sinh.2
@@ -0,0 +1,23 @@
+.TH SINH 2
+.SH NAME
+sinh, cosh, tanh \- hyperbolic functions
+.SH SYNOPSIS
+.B #include <u.h>
+.br
+.B #include <libc.h>
+.PP
+.B
+double sinh(double x)
+.PP
+.B
+double cosh(double x)
+.PP
+.B
+double tanh(double x)
+.SH DESCRIPTION
+These functions compute the designated hyperbolic functions
+for real arguments.
+.SH SOURCE
+.B /sys/src/libc/port
+.SH SEE ALSO
+.IR intro (2)