$divide
The$divide operator divides the first numeric value by the second numeric value.
Input
- An array containing exactly two numeric values (dividend and divisor)
Output
- The quotient of the two input values (first / second)
Examples
Basic Division
5.0
Field Value Division
Decimal Division
5.25

