On Wed, Mar 17, 2010 at 6:12 PM, Jos Timanta Tarigan <
[email protected]> wrote:

>
>
> hi,
>
> does C++ has other rounding except floor and ceil ie. decimal more than 0.5
> ceil, floor otherwise?
>

If you have a C99 conforming compiler then you can #include <math.h> and use
round () from there.


-- 
Tamas Marki


[Non-text portions of this message have been removed]

Reply via email to