We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
julia> BigFloat(1//10, RoundDown) 1.0000000000000001e-01 julia> BigFloat(1//10, RoundUp) 1.0000000000000001e-01
This is causing failures of IntervalArithmetic.jl with latest Julia master and is a regression from 1.0.2.
IntervalArithmetic.jl
cc @simonbyrne
The text was updated successfully, but these errors were encountered:
Probably due to #29157: I'll look into it
Sorry, something went wrong.
No branches or pull requests
This is causing failures of
IntervalArithmetic.jl
with latest Julia master and is a regression from 1.0.2.cc @simonbyrne
The text was updated successfully, but these errors were encountered: