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