Computes complex tangents.
#include <complex.h>
double complex ctan (z)
double complex z;
float complex ctanf (z)
float complex z;
long double complex ctanl (z)
long double complex z;
The ctan, ctanf, and ctanl subroutines compute the complex tangent of the value specified by the z parameter.
Item | Description |
---|---|
z | Specifies the value to be computed. |
The ctan, ctanf, and ctanl subroutines return the complex tangent value.