$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] spherical bessel functions
From: John Maddock (boost.regex_at_[hidden])
Date: 2012-03-22 14:00:30
>Any ideas?
Which Boost version? This works for me as:
std::cout << boost::math::cyl_neumann(8, 12.6) << std::endl;
prints:
0.244094
John.