Math Scalar Library
Programming Reference Manual C/C++
Version 1.1 DD-00003-011

25.3 sctan - Complex tangent tan(x)

#include <msca.h> 
 
double complex sctan (double complex x); 
float complex  sctanf(float complex x);

Given a value x∈ C  this function computes the complex tangent:

tan(x)