<= not defined for Decimal
nicoleepp opened this issue · 0 comments
nicoleepp commented
MWE on julia 1.3 and Decimals v0.4.0:
julia> using Decimals
julia> x, y = decimal("0.2"), decimal("0.1");
julia> x >= y
ERROR: <= not defined for Decimal
Stacktrace:
[1] error(::String, ::String, ::Type) at ./error.jl:42
[2] no_op_err(::String, ::Type) at ./promotion.jl:410
[3] <=(::Decimal, ::Decimal) at ./promotion.jl:427
[4] >=(::Decimal, ::Decimal) at ./operators.jl:333
[5] top-level scope at none:0