1SINH(3M)                                                              SINH(3M)
2
3
4

NAME

6       sinh, cosh, tanh - hyperbolic functions
7

SYNOPSIS

9       #include <math.h>
10
11       double sinh(x)
12       double x;
13
14       double cosh(x)
15       double x;
16
17       double tanh(x)
18       double x;
19

DESCRIPTION

21       These  functions  compute  the designated hyperbolic functions for real
22       arguments.
23

DIAGNOSTICS

25       Sinh and cosh return a huge value of appropriate sign when the  correct
26       value would overflow.
27
28
29
30                                                                      SINH(3M)
Impressum