Hi,
you can do like this:
number = 179.9485
printf('%.2f', number)
this one prints out 179.95
Olavi Ivask
> Hi folks,
>
> I want to round off 179.9485 to 179.95
> round,floor,ceil gives me full integer.
> can anyone suggest me?
>
> Thanks in Adavance
> Saravanan.K
>