G.f. method
Returns the arc sine of its argument.
asin x => y
<real>. The angle, in radians. If x is not in the range [-1,+1], an error is signalled.
<float>.
common-extensions
transcendentals
Returns the arc sine of its argument. The floating point precision of the result is given by the precision of x. The result is a single-float if x is an integer.
See the functions acos, page 168 and atan, page 171.