This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.peters
Recipients BTaskaya, mark.dickinson, tim.peters
Date 2019-08-20.17:38:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566322699.74.0.94020235135.issue37893@roundup.psfhosted.org>
In-reply-to
Content
Yup, you have a point there! :-)  I guess I'm just not used to 0 being a multiplicative identity.

Don't know what other systems do.  Playing with Maxima, modulo 1 it seems to think 0 is the inverse of everything _except_ for 0.  `inv_mod(0, 1)` returns `false`.  Modulo -1, everything I tried returned `false`.

Which makes less sense to me.

Fine by me if you want to close this as "not a bug".
History
Date User Action Args
2019-08-20 17:38:19tim.peterssetrecipients: + tim.peters, mark.dickinson, BTaskaya
2019-08-20 17:38:19tim.peterssetmessageid: <1566322699.74.0.94020235135.issue37893@roundup.psfhosted.org>
2019-08-20 17:38:19tim.peterslinkissue37893 messages
2019-08-20 17:38:19tim.peterscreate