FLT_ROUNDS

Header: <float.h>

Returns the current rounding direction of floating-point arithmetic operations.

# Declarations

#define FLT_ROUNDS /* implementation defined */

# Notes

The rounding mode can be changed with fesetround and FLT_ROUNDS reflects that change.

# See also