The asin node returns the arc sine of the value of its child-node.
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