COS / COSINE
Calculates the cosine, using the specified angle in radians.
Syntax
=COS(angle)
=COSINE(angle)
Arguments
| Argument | Type | Description |
|---|---|---|
| angle | Number | The angle in radians |
Examples
=COS(PI)→-1
Calculates the cosine of PI
=COSINE(0)→1
Calculates the cosine of 0
=COS(@"Property 1")→-0.88796890669185542898
Calculates the cosine of the shape data property @"Property 1" (123)
Updated about 1 year ago