Use COS : COS « Math « SQL / MySQL
- SQL / MySQL
- Math
- COS
Use COS
/*
mysql> select COS( 0.3);
+------------------+
| COS( 0.3) |
+------------------+
| 0.95533648912561 |
+------------------+
1 row in set (0.01 sec)
*/
select COS( 0.3);
Related examples in the same category