G.f. method
Returns the square root of its argument.
sqrt x => y
<real>. The angle, in radians.
<float>.
common-extensions
transcendentals
Returns the square root of x. If x is less than zero an error is signalled. 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 function isqrt, page 175.