Cexp - 5.2 English - 68552

AOCL API Guide (68552)

Document ID
68552
Release Date
2025-12-29
Version
5.2 English
fc32_t amd_cexpf(fc32_t y)#

Computes the complex exponential of a single-precision complex value.

Parameters:

y – Input complex value.

Returns:

Complex exponential of y.

fc64_t amd_cexp(fc64_t x)#

Computes the complex exponential of a double-precision complex value.

Parameters:

x – Input complex value.

Returns:

Complex exponential of x.