mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
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.