Return the nearest integer to ``self``, rounding away from 0 by default, for consistency with the builtin Python round. A simple solution may be to change the default to even, which is the current ...