You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
└ Not converged: region size smaller than the tolerance
31
32
```
32
33
33
34
Note that as shown in the example, the `log` function does not complain about being given an interval going outside its domain. While this may be surprising, this is the expected behavior and no root will ever be found outside the domain of a function.
@@ -168,6 +169,9 @@ julia> roots(f, -10 .. 10)
168
169
3-element Vector{Root{Interval{Float64}}}:
169
170
Root([0.0, 0.0]_com, :unique)
170
171
Root([1.99999, 2.00001]_com, :unknown)
172
+
├ Not converged: region size smaller than the tolerance
173
+
├ Warning: error encountered during computation (use showerror(root.error) to see the whole stacktrace)
174
+
└ InconclusiveBooleanOperation: The operation `[2.0, 2.0]_com_NG < [1.99999, 2.00001]_com` cannot be determined unambiguously. See the documentation for more information. See also `strictprecedes`.
0 commit comments