What is SIN?
Returns the sine of an angle specified in radians.
Syntax
=SIN(number)
Example
Formula: =SIN(RADIANS(30))
Result: 0.5
How It Works
Sine of 30 degrees = 0.5. The angle must be in radians - use RADIANS() to convert degrees.
Math Function ยท Intermediate Level
Returns the sine of an angle specified in radians.
=SIN(number)
Formula: =SIN(RADIANS(30))
Result: 0.5
Sine of 30 degrees = 0.5. The angle must be in radians - use RADIANS() to convert degrees.