-
fc32_t amd_cpowf(fc32_t x, fc32_t y)#
Raises a single-precision complex base to a single-precision complex exponent.
- Parameters:
x – Complex base.
y – Complex exponent.
- Returns:
x raised to the power y.
-
fc64_t amd_cpow(fc64_t x, fc64_t y)#
Raises a double-precision complex base to a double-precision complex exponent.
- Parameters:
x – Complex base.
y – Complex exponent.
- Returns:
x raised to the power y.