Home
last modified time | relevance | path

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

/third_party/boost/boost/math/special_functions/
Dhypergeometric_1F1.hpp97 …bool can_use_recursion = (z - b + 100 < boost::math::policies::get_max_series_iterations<Policy>()… in hypergeometric_1F1_divergent_fallback() local
100 if(can_use_recursion && ((std::max)(a, b) + iterations_to_convergence > -300)) in hypergeometric_1F1_divergent_fallback()
107 if((a < b) && can_use_recursion) in hypergeometric_1F1_divergent_fallback()