std::fegetround,std::fesetround (3) Linux Manual Page
std::fegetround,std::fesetround – std::fegetround,std::fesetround Synopsis Defined in header <cfenv> int fesetround( int round ) (1) (since C++11) int fegetround() (2) (since C++11) Manages the floating-point rounding direction. 1) Attempts to establish the floating-point rounding direction equal to the argument round, which is expected to be one of the floating_point_rounding_macros. 2) Returns the value of the floating_point_rounding_macro…
