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

27.3 sctanc - Complex Cardinal Tangent tanc(x)

#include <msca.h> 
 
double complex sctanc (double complex x); 
float complex  sctancf(float complex x);

Given a value x this function computes the complex cardinal tangent of x , tanc(x)= tan(x)
         x   .