Returns the arcsine of a number.
Syntax : Asin(Number Value)Where Number Value is the the given number to find the arcsine value.
Examples :
textbox1.Value = Asin( textbox2.Value )