Added missing functions

This commit is contained in:
Kat R. 2022-05-28 13:22:05 -05:00
parent c8f0717d41
commit eb41275b1c
1 changed files with 4 additions and 0 deletions

View File

@ -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