csqrt

csqrtf, csqrt, csqrtl

Defined in header <complex.h>
float complex       csqrtf( float complex z );
(1) (since C99)
double complex      csqrt( double complex z );
(2) (since C99)
long double complex csqrtl( long double complex z );
(3) (since C99)
Defined in header <tgmath.h>
<