ctan, ctanf—complex tangent #include <complex.h>
double complex ctan(double complex z);
float complex ctanf(float complex z);
Description
These functions compute the complex tangent of z.
ctanf is identical to ctan, except that it performs
its calculations on floats complex.
Returns
Portability
ctan and ctanf are ISO C99