trag1c/mcoding-all-dunders

Non-inplace math dunders

Opened this issue · 1 comments

May I do dunders: __add__, __sub__, __pos__, __neg__, __mul__, __floordiv__, __truediv__, __divmod__, __mod__, __int__, __float__, __floor__, __ceil__

Can you do their in-place variants too? I think it would be weird if another person writes codes that only contain the in-place.