Comparison bugs
DatName opened this issue · 0 comments
DatName commented
Using Decimals v0.3.1
:
julia> Decimals.decimal(12.1) < Decimals.decimal(12.1)
true
julia> Decimals.decimal(12.1) > Decimals.decimal(12.1)
true
julia> Decimals.decimal(12.1) == Decimals.decimal(12.1)
true
julia> Decimals.decimal(12.1) - Decimals.decimal(12.1) == 0.0
false