Home
last modified time | relevance | path

Searched refs:prec_type (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/math/policies/
Derror_handling.hpp79 …def typename boost::math::policies::precision<T, boost::math::policies::policy<> >::type prec_type; in prec_format() typedef
81 if(prec_type::value) in prec_format()
83 int prec = 2 + (prec_type::value * 30103UL) / 100000UL; in prec_format()