#include <policy.hpp>
Public Types | |
typedef mpl::if_c < (Digits10::value==0), digits2< 0 >, digits2 <((Digits10::value+1)*1000L)/301L > >::type | digits2_type |
typedef mpl::if_c < (Digits2::value > digits2_type::value), Digits2, digits2_type >::type | type |
typedef mpl::if_c< (Digits10::value == 0), digits2<0>, digits2<((Digits10::value + 1) * 1000L) / 301L> >::type boost::math::policies::detail::precision< Digits10, Digits2 >::digits2_type |
typedef mpl::if_c< (Digits2::value > digits2_type::value), Digits2, digits2_type>::type boost::math::policies::detail::precision< Digits10, Digits2 >::type |