Re: [Boost-users] math round() functions: away from 0

Apologies for the non-text formatting.
Here is the same message in pure text:
Hello,
boost/trunk/libs/math/doc/sf_and_dist/html/math_toolkit/utils/rounding/round.html says that:
Halfway cases are rounded away from zero, regardless of the current rounding direction.
This I believe is compatible with C99 TC3 and therefore the latest C++1x draft.
However, when I ran this program:
#include <cmath>
#include <iostream>
#include
participants (1)
-
Hicham Mouline