#include #include int main() { std::cout << boost::math::cyl_bessel_i(0.2,0.014) << std::endl; }