MicrOS
|
#include "../math.h"
Functions | |
double | tanh (double x) |
Compute hyperbolic tangent. More... | |
double tanh | ( | double | x | ) |
Compute hyperbolic tangent.
The tanh functions compute the hyperbolic tangent of x.
x | Value representing a hyperbolic angle. |