Table of Contents
Previous Section Next Section

sinh

#include <cmath>float sinh(float arg);double sinh(double arg);
long double sinh(long double arg);

The sinh( ) function returns the hyperbolic sine of arg.

Related functions are asin( ), acos( ), atan2( ), atan( ), tan( ), cos( ), tanh( ), cosh( ), and sin( ).


Table of Contents
Previous Section Next Section