Arithmetic operators

Number + Number Adds two numbers.
Number - Number Subtracts two numbers.
Number * Number Multiplies two numbers.
Number / Number Divides two numbers.
Number ^ Power Raises Number to the power Power .
Number \ Number Computes the quotient of the two numbers.
Number MOD Number Computes the remainder of the quotient of the two numbers.
- Number Computes the opposite of a number.


Referenced by :