MicrOS
|
#include "../math.h"
Functions | |
double | sinh (double x) |
Compute hyperbolic sine. More... | |
double sinh | ( | double | x | ) |
Compute hyperbolic sine.
The sinh 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. |