We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b76a12 commit 0d077a8Copy full SHA for 0d077a8
test/smiley_examples.jl
@@ -126,7 +126,7 @@ const known_roots = [
126
IntervalBox(-1.34030 ± 1e-5, 1.00134 ± 1e-5),
127
IntervalBox( 1.34030 ± 1e-5, 0.99866 ± 1e-5),
128
IntervalBox( 1.34298 ± 1e-5, -0.99866 ± 1e-5),
129
- # following three roots are not reported accurately
+ # following three roots are not reported precisely
130
IntervalBox(-7e-10 ± 1e-10, 1 ± 1e-5),
131
IntervalBox(-7e-10 ± 1e-10, -1 ± 1e-5),
132
IntervalBox(-5e2 ± 1, -5e2 ± 1)
0 commit comments