Steven D'Aprano <[email protected]> writes: > The existence of two potential answers for the remainder is certainly > correct, but the conclusion that remainder is not a binary operation > doesn't follow. It is a binary relation.
This depends on your definition of "operation". Normally an operation is a function, rather than just a relation. -- http://mail.python.org/mailman/listinfo/python-list
