Project

General

Profile

« Previous | Next » 

Revision 0ff2c7fe

Added by tompng (tomoya ishida) over 1 year ago

Faster Integer.sqrt for large bignum

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