Compute the arc-sine of an number
y = asin (x)
The asin function computes the arc-sine of a number and returns the result as an array. If its argument is an array, the asin function will be applied to each element and the result returned as an array.