Skip to content

some removal of 'ROUND' usage, removing assumptions that computed values fit in 'int'

This MR continues part of broader work to remove use of ROUND where unnecessary, thereby avoiding assumptions that the results of double computations fit in int. See commit messages for details.

Merge request reports