You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
MWE on julia 1.3 and Decimals v0.4.0:
The text was updated successfully, but these errors were encountered: