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> convert(Interval, ∞) [∞, ∞]
The text was updated successfully, but these errors were encountered:
Also
julia> Interval{Float64}(∞) [∞, ∞]
This is a prohibited interval. We could either throw an error or return Interval(prevfloat(Inf), Inf).
Interval(prevfloat(Inf), Inf)
Sorry, something went wrong.
I'm in favor of throwing an error here; in whatever interpretation of an Interval, it simply makes no sense.
In pass, note that atomic yields your last solution
atomic
julia> IntervalArithmetic.atomic(Interval{Float64}, ∞) [1.79769e+308, ∞]
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: