Comparison < gives wrong answer
improbable-22 opened this issue · 1 comments
improbable-22 commented
This does not seem like the expected behaviour:
julia> sin(ArbReal(π))
[+/- 1.37e-38]
julia> sin(ArbReal(π)) < 0.1
false
julia> sin(ArbReal(π)) > 0.1
true
JeffreySarnoff commented
Good Catch. Thank you. Fixed in v0.3.7.