Replace std:: with math:: when invoking math functions. (6/4) - optional, remove even more using std::min, std::max.
You have inspired me to remove even more using from the code :)
These using std::min;
and using std::max;
are now in
-
.cpp
files - if it's a header
.hpp
then they are inside a function