
please wait
int
int
that identifies the toward-zero rounding direction mode for functions fegetround and fesetround.macro value | description |
---|---|
FE_DOWNWARD | Round downward. |
FE_TONEAREST | Round to nearest. |
FE_TOWARDZERO | Round toward zero. |
FE_UPWARD | Round upward. |