JuliaIntervals / IntervalRootFinding.jl

Library for finding the roots of a function using interval arithmetic
https://juliaintervals.github.io/IntervalRootFinding.jl/
Other
126 stars 26 forks source link

Increase default tolerance #135

Closed dpsanders closed 4 years ago

dpsanders commented 4 years ago

From 1e-15 to 1e-7.

Will fix #134.

cc @Kolaru