kriukov / interval-methods

GNU General Public License v3.0
0 stars 2 forks source link

Adaptive precision #4

Open dpsanders opened 9 years ago

dpsanders commented 9 years ago

If one of the methods (Krawczyk / Newton) cannot say if there is or is not a root, then for only that interval the precision (and the tolerance) can be doubled and try again. This doubling of the precision can be continued as long as is necessary to say something more precise about the root, until some predefined maximum limiting precision is reached.