Everything

ctanf / ctan / ctanl


Calculates the tangent of a complex number.

[Format]

#include <complex.h>

float complex ctanf(float complex z);

double complex ctan(double complex z);

long double complex ctanl(long double complex z);

[Parameters]

z Complex number for which tangent is to be computed

[Return values]

Complex tangent of z