SINH - hyperbolic sine function.

(ANSI Standard)

Usage:

#include <math.h>
y = sinh( x );

Where:

double x, y;
 

Description:

"sinh" returns the hyperbolic sine of "x". If the result is too large, "sinh" returns the value HUGE_VAL (defined in <math.h>) and sets "errno" to ERANGE.

See Also:

expl c lib errno

Copyright © 1996, Thinkage Ltd.