Add log10 for Decimal.

This commit is contained in:
Stephen Chung
2021-08-11 18:15:17 +08:00
parent 06f217d526
commit 288d575046
3 changed files with 20 additions and 3 deletions

View File

@@ -14,6 +14,8 @@ Enhancements
* Added a number of constants to `Dynamic`.
* Added a number of constants and `fromXXX` constant methods to `Dynamic`.
* `parse_float()`, `PI()` and `E()` now defer to `Decimal` under `no_float` if `decimal` is turned on.
* Added `log10()` for `Decimal`.
* `ln` for `Decimal` is now checked and won't panic.
Version 1.0.2