inline boost::long_long_type lltrunc(const concepts::std_real_concept& v) { return boost::math::lltrunc(v.value(), policies::policy<>()); }
inline int itrunc(const concepts::std_real_concept& v) { return boost::math::itrunc(v.value(), policies::policy<>()); }
inline boost::long_long_type lltrunc(const concepts::std_real_concept& v, const Policy& pol) { return boost::math::lltrunc(v.value(), pol); }
inline long lround(const concepts::std_real_concept& v) { return boost::math::lround(v.value(), policies::policy<>()); }
inline int itrunc(const concepts::std_real_concept& v, const Policy& pol) { return boost::math::itrunc(v.value(), pol); }
inline long ltrunc(const concepts::std_real_concept& v) { return lslboost::math::ltrunc(v.value(), policies::policy<>()); }
inline long lround(const concepts::std_real_concept& v, const Policy& pol) { return boost::math::lround(v.value(), pol); }
inline long ltrunc(const concepts::std_real_concept& v, const Policy& pol) { return lslboost::math::ltrunc(v.value(), pol); }
inline lslboost::long_long_type llround(const concepts::std_real_concept& v) { return lslboost::math::llround(v.value(), policies::policy<>()); }
inline lslboost::long_long_type llround(const concepts::std_real_concept& v, const Policy& pol) { return lslboost::math::llround(v.value(), pol); }
inline int iround(const concepts::std_real_concept& v) { return lslboost::math::iround(v.value(), policies::policy<>()); }
inline int iround(const concepts::std_real_concept& v, const Policy& pol) { return lslboost::math::iround(v.value(), pol); }