Searched defs:halley_iterate (Results 1 – 1 of 1) sorted by relevance
708 T halley_iterate(F f, T guess, T min, T max, int digits, boost::uintmax_t& max_iter) BOOST_NOEXCEPT… in halley_iterate() function714 inline T halley_iterate(F f, T guess, T min, T max, int digits) BOOST_NOEXCEPT_IF(policies::is_noex… in halley_iterate() function