11 fesetround(new_round);
31 const int round_mode_{};
RoundingModeGuard & operator=(const RoundingModeGuard &)=delete
Deleted Copy-assignment.
RoundingModeGuard(int new_round)
Saves the current rounding-mode and switch to new_round.
Definition: rounding_mode_guard.h:10
Sum type of symbolic::Expression and symbolic::Formula.
Definition: api.cc:9
~RoundingModeGuard()
Destructor. Restore the saved rounding-mode.
Definition: rounding_mode_guard.h:27
Definition: rounding_mode_guard.h:7