Integer.sqrt uses Newton's method. This pull request reduces the precision which was unnecessarily high in each calculation step.
Integer.sqrt uses Newton's method. This pull request reduces the precision which was unnecessarily high in each calculation step.