SIN returns a float value that is the sine of the angle passed in as a parameter. : Sin « Math Functions « SQL Server / T-SQL Tutorial






Note that the angle passed in must be in radians.
5> SELECT SIN(1.2)
6> GO

------------------------
     0.93203908596722629

(1 rows affected)








11.20.Sin
11.20.1.SIN returns a float value that is the sine of the angle passed in as a parameter.
11.20.2.Sin, COS and Tan