Take Binary (two) vector float values and perform a math operation on them. 

Figure 1: Binary math operation Node

Parameters

    • Argument A - First vector float values for evaluation.
    • Argument B - Second vector float values for evaluation.  
    • Operation - Math operation to perform.
      • Functions|Add
      • Functions|Divide
      • Functions|Exponential [a^b]
      • Functions|Logarithm [log_b(a)]
      • Functions|Multiply
      • Functions|Remainder (always positive)
      • Functions|Remainder (keeps sign of a)
      • Functions|Subtract
      • Comparison|Maximum value
      • Comparison|Minimum value
      • Trigonometric|Arc tangent [atan2(b, a)]
      • Vector|Cross product
      • Vector|Dot product