-
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.