Math.atan
Class Overview | Class Members |
This Package |
All Packages
public static native double atan( double a )
Parameters
- a
- an angle, in radians.
Returns
the arc tangent of the argument.
Description
Returns the arc tangent of an angle, in the range of -pi/2
through pi/2.