Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
Back to Ticket #5360
Ticket #5360
: bm.cpp
File bm.cpp,
179 bytes
(added by
Joel Falcou
,
12 years ago
)
Small repro for boost math failure
Line
1
#include
<boost/math/special_functions/bessel.hpp>
2
using
namespace
boost
::
math
::
policies
;
3
4
int
main
()
5
{
6
double
a0
=
1.0
,
a1
=
1.0
;
7
8
boost
::
math
::
cyl_neumann
(
a0
,
a1
);
9
}
Download in other formats:
Original Format