sinh
Syntax:
#include <cmath> double sinh( double arg );
The function sinh() returns the hyperbolic sine of arg.
Related topics:
#include <cmath> double sinh( double arg );
The function sinh() returns the hyperbolic sine of arg.