Home
last modified time | relevance | path

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

/third_party/boost/boost/math/special_functions/detail/
Dbessel_yn.hpp73 value = factor * bessel_y1(x, pol); in bessel_yn()
78 current = bessel_y1(x, pol); in bessel_yn()
Dbessel_y1.hpp39 T bessel_y1(T x, const Policy&);
52 bessel_y1(T(1), Policy()); in do_init()
67 T bessel_y1(T x, const Policy& pol) in bessel_y1() function