-
float amd_acoshf(float x)#
Computes the inverse hyperbolic cosine of a single-precision value.
- Parameters:
x – Input value.
- Returns:
Inverse hyperbolic cosine of x.
-
double amd_acosh(double x)#
Computes the inverse hyperbolic cosine of a double-precision value.
- Parameters:
x – Input value.
- Returns:
Inverse hyperbolic cosine of x.