atan(f )
Returns the arc tangent of f
Returns the principal value of the arc tangent of f, expressed in radians.
Parameters
f: floating point value
Return Value
the arc tangent of f.
Example command: atan(1.)
- Example Parameters:
- f is the tan of 45 deg. (.785 rad)
- Returns .785
- f is the tan of 45 deg. (.785 rad)