void restore(); void round_down(); void round_up(); void round_tonearest(); void round_towardzero();
The following functions manipulate the floating point rounding mode.
Restores the rounding mode to the initial mode set in the constructor.
Set rounding mode to round down.
Set rounding mode to round up.
Set rounding mode to nearest.
Set rounding mode towards zero.