Added missing functions
This commit is contained in:
parent
c8f0717d41
commit
eb41275b1c
1 changed files with 4 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue