ARCSIN (x)
Purpose To return in radians, the arc sine (inverse sine) of the numeric expression x
Examples A# = ARCSIN(0.5)
FP[1] = ARCSIN(-3.1416*2)
Comments: A# should contain the value 0.5235 (radians)
FP[1] should contain  NaN  which means invalid.

backbutton.gif (507 bytes)  Basic to TBASIC Reference Manual