2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-26 04:42:22 +00:00

Disabled long double: Add test case, fix forward header.

This commit is contained in:
jzmaddock
2020-07-20 09:23:29 +01:00
parent ee2cd5d5e5
commit ef37b70953
2 changed files with 102 additions and 2 deletions

View File

@@ -1510,10 +1510,10 @@ template <class OutputIterator, class T>\
{ boost::math::cyl_neumann_zero(v, start_index, number_of_zeros, out_it, Policy()); }\
\
template <class T>\
inline typename boost::math::tools::promote_args<T>::type sin_pi(T x){ return boost::math::sin_pi(x); }\
inline typename boost::math::tools::promote_args<T>::type sin_pi(T x){ return boost::math::sin_pi(x, Policy()); }\
\
template <class T>\
inline typename boost::math::tools::promote_args<T>::type cos_pi(T x){ return boost::math::cos_pi(x); }\
inline typename boost::math::tools::promote_args<T>::type cos_pi(T x){ return boost::math::cos_pi(x, Policy()); }\
\
using boost::math::fpclassify;\
using boost::math::isfinite;\