Cpow - 5.2 English - 68552

AOCL API Guide (68552)

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