Use std::round(x) instead of std::floor(x+0.5)
@kraus posted a patch in !296 (merged) to use c++11 std::round instead of std::floor(x+0.5).
This MR adds this patch together with some includes and explicit namespace qualification.
Merge request reports
Activity
Filter activity
Please register or sign in to reply