iSqrt - calculates the integer square root

iSqrt A


iSqrt calculates the integer square root of A, the integer returned is the integer closest below the exact square root value.

A must be a Integer.


iSqrt 9   returns 3
iSqrt 30   returns 5


See also
sqrt