#include using namespace boost::math::policies; int main() { double a0 = 1.0, a1 = 1.0; boost::math::cyl_neumann(a0, a1); }