SIN / SINECalculates the sine, using the specified angle in radians.Syntax =SIN(angle) =SINE(angle) Arguments ArgumentTypeDescriptionangleNumberThe 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 5 months ago RADIANSSINHDid this page help you?YesNoSyntaxArgumentsExamples