Home
last modified time | relevance | path

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

/third_party/boost/boost/math/special_functions/detail/
Dbessel_jy_zero.hpp448 const T y_v_m1 (boost::math::cyl_neumann(T(my_v - 1), x, my_pol)); in operator ()() local
449 y_v_prime = y_v_m1 - ((my_v * y_v) / x); in operator ()()