Home
last modified time | relevance | path

Searched defs:halley_iterate (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/math/tools/
Droots.hpp708 T halley_iterate(F f, T guess, T min, T max, int digits, boost::uintmax_t& max_iter) BOOST_NOEXCEPT… in halley_iterate() function
714 inline T halley_iterate(F f, T guess, T min, T max, int digits) BOOST_NOEXCEPT_IF(policies::is_noex… in halley_iterate() function