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

18.3 stanc - Cardinal Tangent tanc(x)

#include <msca.h> 
 
double stanc (double x); 
float  stancf(float x);

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