I've tried to round numbers with the function round(123.5)
as expected, if it's 0.5 then it will round UP to the next number, if it's LESS THAN 0.5 then it will go to the lower number
so this is what I've done, until I found issue with the number 654.5 it should be round up to 655 but it's not, it became 654 !
is there something that I can do to make sure that any ##.5 will be round up ?