Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/srs/projections/
Dconstants.hpp30 inline T third_pi() { return boost::math::constants::third_pi<T>(); } in third_pi() function
/third_party/boost/boost/geometry/srs/projections/proj/
Dputp2.hpp72 static const T third_pi = detail::third_pi<T>(); in fwd() local