Symbols
number1 +, -, *, / number2
Basic math functions. Be sure to put a space between the numbers and
the symbol.
number1 ^ number2
Power function. number1 ^ number2 is equal to number1 to the power of
number2
Examples:
5 + 3 returns 8
variable1 * variable2 returns the product of the numbers stored in variable1 and variable2
Related commands:
|