Вычисления __add__(self, other) | self + other
__sub__(self, other) | self — other
__mul__(self, other) | self * other
__floordiv__(self, other)| self // other
__truediv__(self, other) | self / other
__mod__(self, other) | self % other
__pow__(self, other) | self ** other