MicrOS
|
#include "../math.h"
Functions | |
float | atanhf (float x) |
Compute area hyperbolic tangent. More... | |
float atanhf | ( | float | x | ) |
Compute area hyperbolic tangent.
The atanhf functions compute the arc hyperbolic tangent of x. A domain error occurs for arguments not in the interval [−1, +1]. A pole error may occur if the argument equals −1 or +1.
x | Value whose area hyperbolic tangent is computed, in the interval [-1,+1]. |