public static native double asin (double a)

Returns the arc sine of a value; the returned angle is in the range -pi/2 through pi/2. Special cases:

Parameters:
a    the value whose arc sine is to be returned.

Returns:  the arc sine of the argument.