7.3.5.6 The ctan functions
Synopsis
#include <complex.h>
double complex ctan(double complex z);
float complex ctanf(float complex z);
long double complex ctanl(long double complex z);
Description
The ctan functions compute the complex tangent of z.
Returns
The ctan functions return the complex tangent value.