rint

rint

rint 介绍

rint(expr) - 返回最接近参数值的双精度数值,并且该数值等于一个数学整数。

Examples:

> SELECT rint(12.3456);
 12.0

Since: 1.4.0