Searched defs:pi_sqr (Results 1 – 2 of 2) sorted by relevance
47 inline T pi_sqr() { return boost::math::constants::pi_sqr<T>(); } in pi_sqr() function
124 static const T pi_sqr = detail::pi_sqr<T>(); in inv() local