SIN / SINE
Calculates the sine, using the specified angle in radians.
Syntax
=SIN(angle)
=SINE(angle)
Arguments
Argument | Type | Description |
---|---|---|
angle | Number | The 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)
Updated 3 months ago