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

8.9 satand - Degree Arctangent tan-1(x)

#include <msca.h> 
 
double satand (double x); 
float  satandf(float x);

Given a value x this function computes the arctangent with output in degrees tan-1(x)  .