-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
regressionRegression in behavior compared to a previous versionRegression in behavior compared to a previous version
Description
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.
cc @simonbyrne
Metadata
Metadata
Assignees
Labels
regressionRegression in behavior compared to a previous versionRegression in behavior compared to a previous version