Next: 9-7-2, Up: 9-7
round(num)
num を四捨五入します。
$ round(3.14) 3
fround() 関数を用いると、値が小数表現で返ります。
fround()
$ fround(3.14) 3.0