G.f. method
Returns the integer square root of its argument.
isqrt x => y
<integer>.
<integer>.
common-extensions
transcendentals
Returns the integer square root of x, that is the greatest integer less than or equal to the exact positive square root of x. If x < 0, an error is signalled.
See the function sqrt, page 179.