double complex csqrt(double complex z); float complex csqrtf(float complex z); long double complex csqrtl(long double complex z);
These functions compute and return the complex square root value, in the range of the right half-plane (including the imaginary axis).