summaryrefslogtreecommitdiff
path: root/sys/man/2/sinh
blob: 7dd4184b560676cbbea17c2efa6d57ebdb04d0be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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)