double cabs(double complex z); float cabsf(float complex z); long double cabsl(long double complex z);
These functions compute and return the complex absolute value.