ScrimpyCat

Results 4 comments of ScrimpyCat

Because floats are represented as binary64's internally, it will occur anytime there's a value that is not exactly representable (e.g. large whole numbers, certain decimal places, etc.), or can happen...

Yep, converting to Decimal and replacing the floating point operations with operations that work on Decimals instead would be easiest way to fix this issue.

Still awesome you've got the other variants fixed though. For my actual usage it was only currency I needed to work properly, so this is perfect. 😃 But yeh unfortunately...

Having the same issue when trying to use `apm publish -t vx.y.z`.