virtual void set_round(enum round_mode md) = 0; virtual enum round_mode get_round() const = 0;
These functions get and set the rounding mode.
Set the rounding mode to the specified mode.
Get the current active rounding mode.