FLT_ROUNDS Macro

Represents the rounding mode for floating-point operations.

-1
indeterminable
0
toward zero
1
to nearest representable value
2
toward positive infinity
3
toward negative infinity

Include

<float.h>

Value

1

Remarks

The value 1 (nearest representable value).