Performs a division on the numbers at input 1 and 2. I.e. [input 1] divided by [input 2].
Input 1 is the dividend
Input 2 is the divisor
Examples
10
=> 3.3333333333333335
3
Note
Dividing by zero will result in 0. This isn’t mathematically correct but it helps to avoid potential strange results and very large numbers being inadvertently mapped into payment files.