JeffreySarnoff/ArbNumerics.jl

Comparison < gives wrong answer

improbable-22 opened this issue · 1 comments

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

Good Catch. Thank you. Fixed in v0.3.7.