COS / COSINE

Calculates the cosine, using the specified angle in radians.

Syntax

=COS(angle)

=COSINE(angle)

Arguments

ArgumentTypeDescription
angleNumberThe 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)