double sinh (double x);
double sinh (double x); float sinhf (float x);long double sinhl (long double x);
double sinh (double x); float sinh (float x);long double sinh (long double x);
double sinh (double x); float sinh (float x);long double sinh (long double x); double sinh (T x); // additional overloads for integral types
<cmath>) for the integral types: These overloads effectively cast x to a double before calculations (defined for T being any integral type).<complex> and <valarray> (see complex sinh and valarray sinh). |
|
The hyperbolic sine of 0.693147 is 0.750000. |