-
Notifications
You must be signed in to change notification settings - Fork 71
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 output incorrect for large exponents #316
Labels
Comments
@dpsanders What do we need to do here? |
Display the correct BigFloat exponent in the interval output. |
I think the problem is related to the truncation in the standard output format: julia> @format full
Display parameters:
- format: full
- decorations: false
- significant figures: 6
julia> IntervalArithmetic.atomic(Interval{BigFloat}, -Inf)
Interval(-Inf, -5.875653789111587590936911998878442589938516392745498308333779606469323584389875e+1388255822130839282) |
Fixed (partially at least, since windows has issues with BigFloats) in the 1.0-dev branch... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The exponent in the interval display is wrong (truncated).
cc @yashrajgupta
The text was updated successfully, but these errors were encountered: