Home
last modified time | relevance | path

Searched defs:pi_sqr (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/geometry/srs/projections/
Dconstants.hpp47 inline T pi_sqr() { return boost::math::constants::pi_sqr<T>(); } in pi_sqr() function
/third_party/boost/boost/geometry/srs/projections/proj/
Dvandg.hpp124 static const T pi_sqr = detail::pi_sqr<T>(); in inv() local