COS
Returns the cosine of an angle.
Sample Usage
COS(Angle)
Syntax
COS(X)
Parameters:
X
- a field or expression containing at least one field. This value must be in radians.
Examples
Formula | Input (Radians) | Output |
COS(Angle) |
0 | 1 |
COS(Angle) |
1.57 | 0 |
Related resources
Was this helpful?
How can we improve it?