The function computes
arc sine (the inverse function to
sine).
The parameter is a real number. The result is an angle in radians. For conversion to degrees, use the
deg
function.
If the parameter is not within the range <–1, 1>, an
error
is returned.