10 #include <boost/math/special_functions/round.hpp> 11 #define I_ROUND(_x) (boost::math::lround(_x)) 12 #define L_ROUND(_x) (boost::math::llround(_x)) 15 #define I_ROUND(_x) (std::lround(_x)) 16 #define L_ROUND(_x) (std::llround(_x)) 19 #endif // ERIS_IROUND_H