sinh()
Syntax:
#include <math.h> double sinh( double arg );
Description:
The function sinh() returns the hyperbolic sine of arg.
Related Topics:
asin(), acos(), atan(), cosh(), atan2(), tan(), sin(), cos(), tanh()
#include <math.h> double sinh( double arg );