JuliaIntervals / IntervalRootFinding.jl

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

Make derivative another parameter of roots? #64

Closed dpsanders closed 6 years ago

dpsanders commented 6 years ago

E.g.

roots(x->x^2 - 2, x->2x, X, tol)

This is how it used to be. This removes the need for keyword arguments and improves type inference.