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