MicrOS
|
#include "../math.h"
Functions | |
long double | sinhl (long double x) |
Compute hyperbolic sine. More... | |
long double sinhl | ( | long double | x | ) |
Compute hyperbolic sine.
The sinhl functions compute the hyperbolic sine of x. A range error occurs if the magnitude of x is too large.
x | Value representing a hyperbolic angle. |