Calculates the arc sine of a number. asin returns an angle in degrees, in the range -90.0 through 90.0. acosr returns the equivalent angle in radians.
number1 = asin(number2); number1 = asinr(number2);