divide
Description
Divides one number by the other number and outputs the result using a simple A / B math operation. Remember to avoid dividing by zero.
Inputs, output and other parts
A (stream input) The first value, which will be divided by B.
B (stream input) The second value, by which the A will by divided. Must not be zero.
See also: