Syntax:SIN(X)Returns the sine of X, where X is given in radians.
mysql> SELECT SIN(PI()); -> 1.2246063538224e-16mysql> SELECT ROUND(SIN(PI())); -> 0