C Programming/complex.h/ctan

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Prototypes[edit | edit source]

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

Description[edit | edit source]

These functions compute and return the complex tangent value.