mysql tan() 函数

mysql> select tan(pi()/4);
+--------------------+
| tan(pi()/4)        |
+--------------------+
| 0.9999999999999999 |
+--------------------+
1 row in set (0.00 sec)

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