JuliaMath/Decimals.jl

Comparison bugs

DatName opened this issue · 0 comments

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