Home
last modified time | relevance | path

Searched refs:imag_close (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/math/tools/
Droots.hpp834 …bool imag_close = abs(z0.imag() - z1.imag()) < tol && abs(z0.imag() - z2.imag()) < tol && abs(z1.i… in complex_newton() local
835 if (real_close && imag_close) in complex_newton()