Subject: [Boost-bugs] [Boost C++ Libraries] #11706: The Bessel function can not support to use complex parameter
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-10-04 03:48:29
#11706: The Bessel function can not support to use complex parameter
---------------------------+------------------------------
Reporter: jufangliang@⦠| Type: Bugs
Status: new | Milestone: To Be Determined
Component: None | Version: Boost 1.57.0
Severity: Problem | Keywords:
---------------------------+------------------------------
Codes are following:
#include <boost/math/special_functions/bessel.hpp>
#include <iostream>
/*using namespace std;*/
int main(){
std::complex<double> c(1,1);
std::cout<<boost::math::cyl_bessel_i(1,5)<<std::endl;
std::cout<<boost::math::cyl_bessel_i(1,c)<<std::endl;
}
the std::cout<<boost::math::cyl_bessel_i(1,5)<<std::endl; can implement;
But if the second parameter is complex number, it doesn't work.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11706> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:19 UTC