Searched defs:third_pi (Results 1 – 2 of 2) sorted by relevance
30 inline T third_pi() { return boost::math::constants::third_pi<T>(); } in third_pi() function
72 static const T third_pi = detail::third_pi<T>(); in fwd() local