SIN / SINE

Calculates the sine, using the specified angle in radians.

Syntax

=SIN(angle)

=SINE(angle)

Arguments

ArgumentTypeDescription
angleNumberThe angle in radians

Examples

=SIN(PI)0
Calculates the sine of PI

=SINE(0)1
Calculates the sine of 0

=SIN(@"Property 1")-0.45990349068959125129
Calculates the sine of the shape data property @"Property 1" (123)