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
An error occurs when using Roots.jl to solve an equation, the result should be -2.0, not -1.58. The error only occurs when I use uncertainties.
using Measurements, Roots
a = measurement(1.0 , 0.1) b = measurement(-3.0 , 0.1) c = measurement(-10.0, 0.1)
f(x) = ax^2 + bx + c
find_zero(f, measurement(0.0, 0.1))
−1.58±0.12
The text was updated successfully, but these errors were encountered:
Thanks for the report. I'll investigate soon.
Sorry, something went wrong.
Did 2.2.3 fix this?
No branches or pull requests
An error occurs when using Roots.jl to solve an equation, the result should be -2.0, not -1.58. The error only occurs when I use uncertainties.
using Measurements, Roots
a = measurement(1.0 , 0.1)
b = measurement(-3.0 , 0.1)
c = measurement(-10.0, 0.1)
f(x) = ax^2 + bx + c
find_zero(f, measurement(0.0, 0.1))
−1.58±0.12
The text was updated successfully, but these errors were encountered: