netweaver:nodes:acos
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| netweaver:nodes:acos [2020/10/04 18:21] – bjmiller | netweaver:nodes:acos [2020/10/04 18:22] (current) – [Constraints] bjmiller | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Description ====== | ||
| + | The acos node returns the arc cosine of the value of its child-node. | ||
| + | ====== Constraints ====== | ||
| + | * Minimum number of child-nodes: | ||
| + | * Maximum number of child-nodes: | ||
| + | * Valid input range: -1. to +1. | ||
| + | * Output range: 0 to < | ||
| + | |||
| + | ====== Calculus ====== | ||
| + | The acos node's value is the arc cosine, in radians, of the value of its child-node. If the input value is out of range then the acos node returns an ERROR value. | ||
| + | |||
| + | For valid value< | ||
| + | |||
| + | value = cos< | ||
| + | |||
| + | For invalid value< | ||
| + | |||
| + | value = ERROR | ||
