[issue29962] Add math.remainder operation

Mark Dickinson report at bugs.python.org
Sat Apr 1 11:18:44 EDT 2017


Mark Dickinson added the comment:

> In many cases the function that returns the nearest integer quotient is useful.

Agreed, but I'd like to keep the scope of this issue small for now: we're simply wrapping / implementing another C99 math.h function.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29962>
_______________________________________


More information about the Python-bugs-list mailing list