Acosh - 5.2 English - 68552

AOCL API Guide (68552)

Document ID
68552
Release Date
2025-12-29
Version
5.2 English
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.