Returns the sine of the given angle, in radians.
Syntax
Remarks
If the input angle is in degrees, multiply the it by PI()/180 to get the value in radians.
Examples
|
Formula |
Result |
|
=SIN(0.3) |
0.295520207 |
|
=SIN(-0.9) |
-0.78332691 |
|
=SIN(1/2) |
0.479425539 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions