Function atanDeg( x )

Description:
Arc tangent. The result is in the range of -90 through 90.
Parameters:
x (floating point)
the value whose arc tangent is to be returned.
Return Value (floating point):
the arc tangent of the argument in degrees
Signature:
double atanDeg(double)