The asind() function returns the inverse sine (arcsine) of a specified argument, expressed in degrees. See also asin() to return the result in radians.
Syntax
ASIND(x)
Arguments
x: A number of type real or double precision, between -1 and 1 inclusive.
Return type
Same as the input type (real or double precision).