Table of Contents

Description

The exp node returns the exponential e to the power of the value of its child-node.

Constraints

Calculus

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