catan, catanf—complex arc tangent #include <complex.h>
double complex catan(double complex z);
float complex catanf(float complex z);
Description
These functions compute the complex arc tangent of z,
with branch cuts outside the interval [-i, +i] along the
imaginary axis.
catanf is identical to catan, except that it performs
its calculations on floats complex.
Returns
Portability
catan and catanf are ISO C99