Application Integration
- Application Integration
- All Products
math:acos(arg)
Argument | Required/Optional | Description |
|---|---|---|
arg | Required | A numeric value representing the cosine of an
angle; valid input range is -1 to 1. |
|
|
|---|---|
math:acos(1) | 0 |
math:acos(0) | 1.57079632679 |
math:acos(-1) | 3.14159265359 |
math:acos(1.5) | empty sequence |
math:acos(()) | () |