-
Notifications
You must be signed in to change notification settings - Fork 205
Closed
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behavior
Milestone
Description
floor division isn't implemented for mpf
>>> mpf(1).__floordiv__
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'mpf' object has no attribute '__floordiv__'
divmod doesn't seem to be implemented for mpf regardless of the type combination
>>> mpf(1).__divmod__
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'mpf' object has no attribute '__divmod__'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behavior