Arithmetic operations

Addition

n1 + n2

The sum of two numbers.

Subtraction

n1 - n2

The difference of two numbers.

Multiplication

n1 * n2

The product of two numbers.

Division

n1 / n2

The quotient of two numbers.

Remainder of division

n1 % n2

The remainder of the division of two numbers.