Operator
Mandatory.
Specify the operator that will be used in a mathematical expression of:
Factor1 (Operator) Factor2 = Result
Rules
The list of operators are:
+ |
Add |
- |
Subtract |
/ |
Divide |
* |
Multiply |
S |
Set |
Warning
- If the operation for a calculation line is / (Divide), a check will be automatically performed to ensure Divide by zero errors are prevented.
- If the value within Value 2 is 0, the Result value will be automatically set to 0. If the value within Value 2 is not 0, then the / (Divide) operation will be performed.
Also See