Bell 32V release
[unix-history] / usr / man / man3 / sinh.3m
CommitLineData
c4665c80
TL
1.TH SINH 3M
2.SH NAME
3sinh, cosh, tanh \- hyperbolic functions
4.SH SYNOPSIS
5.B #include <math.h>
6.PP
7.B double sinh(x)
8.br
9.B double x;
10.PP
11.B double cosh(x)
12.br
13.B double x;
14.PP
15.B double tanh(x)
16.br
17.B double x;
18.SH DESCRIPTION
19These functions compute the designated hyperbolic functions
20for real arguments.
21.SH DIAGNOSTICS
22.I Sinh
23and
24.I cosh
25return a huge value of appropriate sign
26when the correct value would overflow.