SIN
See also A-Z Spreadsheet Function List
Description Returns the sine of the supplied angle.
Syntax SIN(number)
number is the angle in radians. If the angle is in degrees, convert the angle to radians by multiplying the angle by PI()/180.
See Also ASIN and PI functions
Examples SIN(45) returns .85
SIN(90) returns .89