Go to the source code of this file.
64-bit integer square root.
Returns r such that r^2 <= n < (r+1)^2, for the complete u64 range.