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

Fixes issue with bordering log10 values < 1 #469

Merged
merged 1 commit into from
Jan 27, 2022
Merged

Fixes issue with bordering log10 values < 1 #469

merged 1 commit into from
Jan 27, 2022

Conversation

paupino
Copy link
Owner

@paupino paupino commented Jan 27, 2022

Fixes #468

This provides an early exit for simple values < 1 when both normalized and with trailing zeros.

@paupino paupino enabled auto-merge (squash) January 27, 2022 16:31
@paupino paupino merged commit adcde20 into master Jan 27, 2022
@paupino paupino deleted the b/log10 branch January 29, 2022 12:11
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.

Decimal::from_str("0.10").unwrap().log10() does not work
1 participant