The exp node returns the exponential e to the power of the value of its child-node.
The exp node's value is calculated by raising e to the power of the value of its child-node.
value = ex , where x is the value of the child-node