#include #include "boost/format.hpp" #include int main(void) { using boost::format; double x = 5.0; double y = gsl_sf_bessel_J0(x); std::cout<