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

6.9 satan - Arctangent tan-1(x)

#include <msca.h> 
 
double satan (double x); 
float  satanf(float x);

Given a value x this function computes the arctangent tan-1(x)  .