Math Scalar Library
Programming Reference Manual C/C++
Version 1.1 DD-00003-011

24.10 scpow - Complex power xy

#include <msca.h> 
 
double complex scpow (double complex x, double complex y); 
float  complex scpowf(float complex x, float complex y);

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

xy