SIN
Name
Sine
Description
Returns the sine of the specified angle.
Syntax
SIN(value)
Remarks
Specify the angle in radians using the value argument. If the angle is in degrees, multiply it by π/180 to convert it to radians.
See also ACOS, ACOSH, ASIN, ASINH, ATAN, ATAN2, ATANH, COS, COSH, SINH, TANH, and TAN.
Data Type
Accepts numeric data. Returns numeric data. For more information, see Data Type for Each Cell Type.
Example
SIN(R1C2)
SIN(B4)
SIN(30*PI()/180)=0.5