Posts Tagged ‘csqrt’
csqrt, csqrtf, csqrtl – complex square root
USAGE
#include <complex.h>
double complex csqrt(double complex z);
float complex csqrtf(float complex z);
long double complex csqrtl(long double complex z);
[...]
Categories: c
