summaryrefslogtreecommitdiff
path: root/static/unix-v10/man3/sinh.3
blob: 3e6d3b48373ab0629830d7de3ade48801e4b7d96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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 .