GNU/Linux |
CentOS 5.6 |
|
![]() |
ctanl(3) |
![]() |
ctan, ctanf, ctanl − complex tangent function
#include <complex.h>
double
complex ctan(double complex z);
float complex ctanf(float complex z);
long double complex ctanl(long double complex
z);
Link with −lm.
The complex tangent function ctan(z) is defined mathematically as csin(z) / ccos(z).
C99
cabs(3), ccos(3), csin(3), complex(7)
![]() |
ctanl(3) | ![]() |