-
float amd_atanhf(float x)#
Computes the inverse hyperbolic tangent of a single-precision value.
- Parameters:
x – Input value.
- Returns:
Inverse hyperbolic tangent of x.
-
double amd_atanh(double x)#
Computes the inverse hyperbolic tangent of a double-precision value.
- Parameters:
x – Input value.
- Returns:
Inverse hyperbolic tangent of x.