Computes the tangent.
#include <math.h>
double complex ctan(double complex x);
float complex ctanf(float complex x);
long double complex ctanl(long double complex x);
x
A complex value.
These functions return the tangent of x.
This facility may not be available on configurations of the EWL that run on platforms that do not have floating-point math capabilities.