Returns the degree value of the arc sine of a number. The arc sine is the angle whose sine is the specified number. The returned
value is from -90 to 90.
float asind(float number)
number is the sine of the angle, and must be from -1 to 1.
Example
Returns 30 degrees.