C Programming/complex.h/ctan

Prototypes edit

double complex ctan(double complex z);
float complex ctanf(float complex z);
long double complex ctanl(long double complex z);

Description edit

These functions compute and return the complex tangent value.