mysql sin() 函数

mysql> select sin(PI()/6);
+---------------------+
| sin(PI()/6)         |
+---------------------+
| 0.49999999999999994 |
+---------------------+
1 row in set (0.00 sec)

原文地址:https://www.cnblogs.com/sea-stream/p/11299799.html