Mega Code Archive
Categories
/
MSSQL Tutorial
/
Math Functions
SIN returns a float value that is the sine of the angle passed in as a parameter
Note that the angle passed in must be in radians. 5> SELECT SIN(1.2) 6> GO ------------------------ 0.93203908596722629 (1 rows affected)