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

6.3 stan - Tangent tan(x)

#include <msca.h> 
 
double stan (double x); 
float  stanf(float x);

Given a value x this function computes the tangent tan(x)  .