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.
cabs(3), ccos(3), csin(3), complex(7)
|