The division node returns the quotient of the values of its two child-nodes.
The division node's value is the value of its first child-node divided by the value of its second child-node. If the value of the second node is zero then the node returns ERROR.