netweaver:nodes:exp
Differences
This shows you the differences between two versions of the page.
| netweaver:nodes:exp [2020/10/04 16:11] – external edit 127.0.0.1 | netweaver:nodes:exp [2020/10/04 18:27] (current) – bjmiller | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Description ====== | ||
| + | The exp node returns the exponential e to the power of the value of its child-node. | ||
| + | ====== Constraints ====== | ||
| + | * Minimum number of child-nodes: | ||
| + | * Maximum number of child-nodes: | ||
| + | * Valid input range: no constraints, | ||
| + | |||
| + | ====== Calculus ====== | ||
| + | The exp node's value is calculated by raising e to the power of the value of its child-node. | ||
| + | |||
| + | value = e< | ||
