Arithemic Functions
round(value, parameter)
ceil(value)
floor(value)
$floaty = 4.6288;
Testing
5
5
4
9