ITADN
Redfire75369/break-infinity.rs

版本发布 1

Version 0.4.0v0.4.0
? · 2024-08-04

## v0.4.0 - 04/08/2024 ### Added - Added `serde` Feature for Serialization and Deserialization ([#3](https://github.com/Redfire75369/break-infinity.rs/pull/3)) - Added `Default` Implementation ([#4](https://github.com/Redfire75369/break-infinity.rs/pull/5)) - Added Constants, such as `ZERO`, `ONE`, `NEGATIVE_ONE` and `NAN` - Added `full-range` Feature for Exponent Support up to 1.79e308 - Added `Decimal::pow10`, for More Efficient Powers of 10 - Added `FromStr` Implementation ### Changed - Changed the Default Exponent Limit to 9e15 instead of 1.79e308 - Fixed Bugs in `Decimal::cbrt` and `Decimal::pow` - Improved String Creation ### Removed - Removed Many Method Aliases - Removed `From<&str>` Implementation - Removed `rand` Depedency