We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As @nonergodic has aptly mentioned here, the comment on line 604 of PRBMath.sol is incorrect:
PRBMath.sol
https://github.com/paulrberg/prb-math/blob/e33a042e4d1673fe9b333830b75c4765ccf3f5f2/contracts/PRBMath.sol#L604
Instead the comment should say something along the line of:
Set the initial guess to the largest power of two that is smaller than or equal to sqrt(x)
largest
smaller
Relevant link: see OpenZeppelin's implementation.
The text was updated successfully, but these errors were encountered:
Done in 3c92e3a.
Sorry, something went wrong.
No branches or pull requests
As @nonergodic has aptly mentioned here, the comment on line 604 of
PRBMath.sol
is incorrect:https://github.com/paulrberg/prb-math/blob/e33a042e4d1673fe9b333830b75c4765ccf3f5f2/contracts/PRBMath.sol#L604
Instead the comment should say something along the line of:
Relevant link: see OpenZeppelin's implementation.
The text was updated successfully, but these errors were encountered: