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