round()
The round functions rounds a number. The second parameter is optional and defines how many decimal places shall remain:
round(3.149) - returns 3
round(3.149;2) - returns 3.15