Simple number calculations
Use simple number function (addition, subtraction, multiplication, and division) to calculate numerical results.
| * | Multiplication; returns the result of multiplying two numbers. 
 
 | 
| + | Addition; returns the result of adding two numbers. 
 
 | 
| - | Subtraction; returns the result of subtracting the second number from the first. 
 
 | 
| / | Division; returns the result of dividing the first number by the second. 
 
 | 
Was this page helpful?Give us feedback!