netweaver:nodes:asin
Table of Contents
Description
The asin node returns the arc sine of the value of its child-node.
Constraints
- Minimum number of child-nodes: 1
- Maximum number of child-nodes: 1
- Valid input range: -1. to +1.
- Output range: -
/2 to +
/2 (radians)
Calculus
The asin node's value is the arc sine, 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 value1:
value = sin-1(value1)
For invalid value1:
value = ERROR
netweaver/nodes/asin.txt ยท Last modified: by bjmiller
