With a and b being numbers:
a
b
a.sum(b) // a + b a.multiply(b) // a * b a.divide(b) // a / b a.remainder(b) // a % b a.raise(b) // a ^ b