Appearance
round() - 把一个浮点数四舍五入
float round( float f );
返回四舍五入后的浮点数。
floor(3), ceil(3), to_int(3), to_float(3)
雪风(i@mud.ren)