mamrhein / fpdec.rs

Fast implementation of Decimal fixed-point arithmetics
BSD 3-Clause "New" or "Revised" License
17 stars 4 forks source link

Fix issue #9 #11

Closed rscarson closed 10 months ago

rscarson commented 10 months ago

Adds a check to the f64 try_from impl to make sure the exponent does not overflow the capacity of Decimal

mamrhein commented 10 months ago

Fixed in version 0.10.1.