Function atan( x )
- Description:
-
Arc tangent of an angle.
The result is in the range of -pi/2 through pi/2.
- Parameters:
-
- x (floating point)
- the value whose arc tangent is to be returned.
- Return Value (floating point):
- the arc tangent of the argument (radians)
- Signature:
- double atan(double)