Table of Contents

Description

The acos node returns the arc cosine of the value of its child-node.

Constraints

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 value1:

value = cos-1(value1)

For invalid value1:

value = ERROR