sinh [ HP C/iX Library Reference Manual ] MPE/iX 5.0 Documentation
HP C/iX Library Reference Manual
sinh
Calculates the hyperbolic sine of an angle.
Syntax
#include <math.h>
double sinh (double x);
Parameters
x A real number.
Return Values
n The hyperbolic sine of the given angle.
+-HUGE_VAL An overflow condition has occurred for large
absolute values of x; errno is set to ERANGE.
Description
Error-handling can be changed by a user-written matherr function.
See Also
cosh(), tanh(), sin(), matherr(), ANSI C 4.5.3.2, POSIX.1 8.1
MPE/iX 5.0 Documentation