![]() |
Next Page |
| Contents > Functions reference (alphabetical list) > Trigonometric functions > Acos function |
|
|
| Acos function |
| Format |
Acos (number) |
| Parameter |
| number - any numeric expression or field containing a numeric expression in the range -1 to 1. |
| Data type returned |
| number |
| Description |
| If you want to convert the result from radians to degrees, multiply it by 180/Pi or use the Degrees function. |
| Examples |
Acos(-0.5) returns 2.0943951. |
Acos(-0.5)*180/Pi returns 120. |
Degrees(Acos(-0.5)) returns 120. |
Acos(2.0) ? (not a number). |
| Related topics |
| Functions reference (category list) |
| Functions reference (alphabetical list) |
| About formulas |
| About functions |
| Defining calculation fields |
| Using operators in formulas |
|
|
| Contents > Functions reference (alphabetical list) > Trigonometric functions > Acos function | Next Page |