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

8.3 stand - Degree Tangent tan(x)

#include <msca.h> 
 
double stand (double x); 
float  standf(float x);

Given a value x this function computes the tangent with input in degrees tan(x)  .