-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
log10
#397
Comments
If you can put up with an unoptimized solution, you could use the property
Edit: unclear wording |
@jamesetaylor3 Ah cool, had no idea it works like that! Will try that out, thanks |
Hi both! |
Currently using decimal, but would love to switch to rust-decimal. The only thing (hopefully) preventing that is log10 support.
For reference, this is decNumber's log10 implementation: https://github.com/gcc-mirror/gcc/blob/16e2427f50c208dfe07d07f18009969502c25dc8/libdecnumber/decNumber.c#L1358-L1523
The text was updated successfully, but these errors were encountered: