
The acos function calculates the arccosine of a numeric value. The result is an angle expressed in radians between 0 and p.
Numeric Value between -1 via 0 to +1
Example 1
Result: 1.047195755
Example 2
Result: 2.49809154
Trigonometric Function
Purpose
The acos function calculates the arccosine of a numeric value. The result is an angle expressed in radians between 0 and p.
Syntax
acos( NUMERIC VALUE)
Returns
A numeric value.
Usage
The numeric value in a Trigonometric function can be a constant value (as shown below), a variable, a field value or an expression.
The valid range of the input value is -1 to 1
Examples
Returns: 1.047195755
Returns: 2.49809154