The asin function returns the arcsine of an input value.
(y: f)asin(x: f)
(y)asin(0.5f);
This example code calculates the arcsine of 0.5 and stores the result in the variable y.
y