18 #ifndef __math_fwd_hpp__    19 #define __math_fwd_hpp__    21 #include <boost/math/constants/constants.hpp>    30   template<
typename Scalar>
    32   { 
return boost::math::constants::pi<Scalar>(); }
    35   const double PId = PI<double>();
    39 #endif //#ifndef __math_fwd_hpp__ const Scalar PI()
Returns the value of PI according to the template parameters Scalar. 
 
const double PId
The value of PI for double scalar type.