7.6.3.1 The fegetround function
Synopsis
#include <fenv.h>
int fegetround(void);
Description
The fegetround function gets the current rounding direction.
Returns
The fegetround function returns the value of the rounding direction macro representing the current rounding direction or a negative value if there is no such rounding direction macro or the current rounding direction is not determinable.