SIN(X) returns the sine of X, where X is given in radians : SIN : Math Numeric Functions MySQL TUTORIALS


MySQL TUTORIALS » Math Numeric Functions » SIN »

 

SIN(X) returns the sine of X, where X is given in radians


mysql>
mysql> SELECT SIN(PI());
+----------------------+
| SIN(PI())            |
+----------------------+
1.2246063538224e-016 |
+----------------------+
row in set (0.00 sec)

mysql>
mysql> SELECT ROUND(SIN(PI()));
+------------------+
| ROUND(SIN(PI())) |
+------------------+
|                |
+------------------+
row in set (0.00 sec)

mysql>



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Math Numeric Functions
» SIN