Skip to content
New issue

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

BigFloat rounding no longer works #30188

Closed
dpsanders opened this issue Nov 28, 2018 · 1 comment
Closed

BigFloat rounding no longer works #30188

dpsanders opened this issue Nov 28, 2018 · 1 comment
Labels
regression Regression in behavior compared to a previous version

Comments

@dpsanders
Copy link
Contributor

dpsanders commented Nov 28, 2018

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

@simonbyrne
Copy link
Contributor

Probably due to #29157: I'll look into it

@JeffBezanson JeffBezanson added the regression Regression in behavior compared to a previous version label Nov 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regression Regression in behavior compared to a previous version
Projects
None yet
Development

No branches or pull requests

3 participants