SIN function
Summary
Returns the sine of the given angle
Syntax
SIN(number)
The SIN function syntax has the following arguments:
• Number Required. The angle in radians for which you want the sine.
• Number Required. The angle in radians for which you want the sine.
Example
=SIN(PI())
=SIN(PI()/2)
=SIN(30*PI()/180)
=SIN(RADIANS(30))
=SIN(PI()/2)
=SIN(30*PI()/180)
=SIN(RADIANS(30))