Searched refs:inf_root (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/math/example/ |
D | bessel_zeros_example.cpp | 165 double inf_root = boost::math::cyl_bessel_j_zero(inf, 1, ignore_all_policy()); in main() local 166 std::cout << "boost::math::cyl_bessel_j_zero(inf, 1) " << inf_root << std::endl; // 1.#QNAN in main() 297 float inf_root = boost::math::cyl_bessel_j_zero(infF, 1); in main() local 298 std::cout << "boost::math::cyl_bessel_j_zero(infF, 1) " << inf_root << std::endl; in main() 310 double inf_root = boost::math::cyl_bessel_j_zero(inf, 1); in main() local 311 std::cout << "boost::math::cyl_bessel_j_zero(inf, 1) " << inf_root << std::endl; in main() 350 double inf_root = boost::math::cyl_bessel_j_zero(0.0, inf); in main() local 352 std::cout << "boost::math::cyl_bessel_j_zero(0.0, inf) " << inf_root << std::endl; in main()
|
D | bessel_errors_example.cpp | 81 double inf_root = boost::math::cyl_bessel_j_zero(inf, 1); in main() local 82 std::cout << "boost::math::cyl_bessel_j_zero(inf, 1) " << inf_root << std::endl; in main() 127 double inf_root = boost::math::cyl_bessel_j_zero(0.0, inf); in main() local 129 std::cout << "boost::math::cyl_bessel_j_zero(0.0, inf) " << inf_root << std::endl; in main()
|
D | bessel_zeros_example_1.cpp | 141 double inf_root = boost::math::cyl_bessel_j_zero(inf, 1, ignore_all_policy()); in main() local 142 std::cout << "boost::math::cyl_bessel_j_zero(inf, 1) " << inf_root << std::endl; // 1.#QNAN in main()
|