Math Scalar Library
Programming Reference Manual C/C++
Version 1.0 DD-00003-010

11.22 scpow - Complex power xy

#include <msca.h>

double scpow (double complex x, double complex y);
float  scpowf(float complex x, float complex y);

Given values x,y∈C  this function computes the complex power:

xy