diff --git a/include/complex.h b/include/complex.h index deac1ee..51fafb3 100644 --- a/include/complex.h +++ b/include/complex.h @@ -118,4 +118,8 @@ double complex csqrt(double complex); float complex csqrtf(float complex); long double complex csqrtl(long double complex); +double complex cpow(double complex, double complex); +float complex cpowf(float complex, float complex); +long double complex cpowl(long double complex, long double complex); + #endif \ No newline at end of file