Divide one number by another.
variant div <variant:arg1> <variant:arg2>
div
The value of arg1 divided by arg2, in the data type of arg1.
echo <zs:div 1.0 5.0>
… the output of which is written to the event log by echo as:
0.2
None.