Name
ctan, ctanf, ctanl — complex tangent function
Synopsis
#include <complex.h>
double complex ctan( |
double complex |
z); |
float
complex ctanf( |
float complex |
z); |
long
double complex ctanl( |
long double complex
|
z); |
![[Note]](../stylesheet/note.png) |
Note |
|
Link with −lm.
|
DESCRIPTION
The complex tangent function ctan(z) is defined
mathematically as csin(z) / ccos(z).