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
We should avoid global state, like the current_precision.
current_precision
This will mean that we will then have to choose @interval to return an Interval{Float64} (there's an open issue for that).
@interval
Interval{Float64}
cf. #227
The text was updated successfully, but these errors were encountered:
See also #127
Sorry, something went wrong.
Fixed on master
No branches or pull requests
We should avoid global state, like the
current_precision
.This will mean that we will then have to choose
@interval
to return anInterval{Float64}
(there's an open issue for that).cf. #227
The text was updated successfully, but these errors were encountered: