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