7.3.5.6 The ctan functions

Synopsis

1

#include <complex.h>
double complex ctan(double complex z);
float complex ctanf(float complex z);
long double complex ctanl(long double complex z);

Description

2

The ctan functions compute the complex tangent of z.

Returns

3

The ctan functions return the complex tangent value.