Thank you for catching this. This is a mistake that I have just fixed. This part states now:
> ROUND_TOWARD_ZERO (equivalent of PHP_ROUND_TOWARD_ZERO) alias of ROUND_DOWN <https://www.php.net/manual/en/class.numberformatter.php#numberformatter.constants.round-down>> ROUND_AWAY_FROM_ZERO (equivalent of PHP_ROUND_AWAY_FROM_ZERO) alias of ROUND_UP <https://www.php.net/manual/en/class.numberformatter.php#numberformatter.constants.round-up> I have been caught myself by the vague terms of rounding up and rounding down. Kind regards, Jorg