loyd / fixnum

Fixed-point numbers
MIT License
7 stars 6 forks source link

Improve the `TryFrom<f64>` instance #18

Closed loyd closed 2 years ago

loyd commented 3 years ago

See https://github.com/paupino/rust-decimal/blob/b7cf68ed014aed96807ac5b76bb6d5bc5c1cdca3/src/decimal.rs#L1126

loyd commented 2 years ago

Solved in https://github.com/loyd/fixnum/pull/25