APT_DECIMAL_INTERM_ROUNDMODE

APT_DECIMAL_INTERM_ROUNDMODE specifies the default rounding mode for any decimal intermediate variables required in calculations.

Set APT_DECIMAL_INTERM_ROUNDMODE to either one of the values ceil, floor, round_inf, or trunc_zero, or to an integer in the range 0 - 3. The integer values correspond to the named values in the specified order.

The default is round_inf.