Sinh - 5.2 English - 68552

AOCL API Guide (68552)

Document ID
68552
Release Date
2025-12-29
Version
5.2 English
float amd_sinhf(float x)#

Computes the hyperbolic sine of a single-precision value.

Parameters:

x – Input value.

Returns:

Hyperbolic sine of x.

double amd_sinh(double x)#

Computes the hyperbolic sine of a double-precision value.

Parameters:

x – Input value.

Returns:

Hyperbolic sine of x.