Skip to content
New issue

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

log 10 implementation #407

Merged
merged 3 commits into from
Jul 21, 2021
Merged

log 10 implementation #407

merged 3 commits into from
Jul 21, 2021

Conversation

paupino
Copy link
Owner

@paupino paupino commented Jul 21, 2021

Implements log10 as well as checked_ functions for ln and log10. To maintain backwards compatibility in regards to "no panics" a feature maths-nopanic has been introduced. While it's not truly backwards compatible, it does allow for previous behavior to be re-instated. Closes #397.

This also introduces a number of constants since a few were required for the ln algorithm. Fixes #400.

@paupino paupino merged commit b208741 into master Jul 21, 2021
@paupino paupino deleted the feature/log10 branch July 21, 2021 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Guidance for a Rust newbie - Decimal constant? log10
1 participant