Atanh - 5.2 English - 68552

AOCL API Guide (68552)

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