Perform basic mathematical functions on numeric table data.
Type: Numeric (double
)
One of the following:
Sum = A + B Difference = A - B Product = A × B Quotient = A / B
If division by zero occurs, an error is printed to the log, and no result is returned.
Type: Numeric (double
)