G.f. method
Returns the arc cosine of its argument.
acos 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 cosine 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 asin, page 170 and atan, page 171.