Numeric Operation
Function Description
Used to perform numeric operations on input numbers. Supported operations include: add, subtract, multiply, divide, calculate absolute value, calculate sign, floor, ceil, round, reciprocal.
Use Cases
General-purpose numeric operation step. The first operand will be added, subtracted, multiplied, or divided by the second operand.
Inputs
First Operand: Number list to be operated on.
Second Operand: Number list to be operated on (optional, if not selected, use the specified operand). Note: The number of the two operands needs to be consistent.
Outputs
Result: Result after numeric operation.
Parameters
Operation Type: Add, subtract, multiply, divide, calculate absolute value, calculate sign, floor, ceil, round, reciprocal.
Specified Operand: When there is no input for the second operand, the specified operand can be used. The first operand performs numeric operation with the specified operand according to the operation type.