Namespaces
Variants
Actions

csqrtf, csqrt, csqrtl

From cppreference.com
< c‎ | numeric‎ | complex
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