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

Complete tests suites #115

Open Kolaru opened 5 years ago

Kolaru commented 5 years ago

While testing #114 I noticed that a problem was caught in the wrong test suite, namely NaN return value rather than Out of domain, because the latter does not test multidimensional function. This made me realize that several test suites are incomplete.

So I open this issue to list missing tests. I'll add them in a future PR.

Currently the todo list is:

Please let me know here if other test suites need to be completed.