We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
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
jruby -e 'p Math.log10(1_000_000)' 5.999999999999999
because we use Java's generic log method. If I switch us to java.lang.Math.log10 when in base 10 we get the expected 6.
The text was updated successfully, but these errors were encountered:
Fixes #4089. Math.log10 should use Java's log10 method
2b199e8
69b5767
Fantastic. This! This is exactly why communication is gold.
Sorry, something went wrong.
No branches or pull requests
because we use Java's generic log method. If I switch us to java.lang.Math.log10 when in base 10 we get the expected 6.
The text was updated successfully, but these errors were encountered: