Closed posita closed 2 years ago
I think keeping these separate these makes about as sense as splitting up SupportsNumeratorDenominator* or SupportsRealImag. I can't find a single instance of something supporting __floor__, but not __ceil__ (or vice versa).
SupportsNumeratorDenominator*
SupportsRealImag
__floor__
__ceil__
I think keeping these separate these makes about as sense as splitting up
SupportsNumeratorDenominator*
orSupportsRealImag
. I can't find a single instance of something supporting__floor__
, but not__ceil__
(or vice versa).