sin

sin

sin 介绍

sin(expr) - 返回expr的正弦值,计算方式类似于使用java.lang.Math.sin

参数:

  • expr - 弧度表示的角度。

Examples:

> SELECT sin(0);
 0.0

Since: 1.4.0