Calculates the arc tangent of a complex number.
float complex catanf(float complex z);
double complex catan(double complex z);
long double complex catanl(long double complex z);
z Complex number for which arc tangent is to be computed
The catan function returns the arc tangent in the range [–π/2, π/2] on the real axis and in the infinite range on the imaginary axis.