[php-src] Issue #21048: numberFormatter truncate decimal places
[email protected] (ger82)
| Newsgroups | php.bugs |
|---|---|
| Message-ID | <[email protected]> |
Issue: https://github.com/php/php-src/issues/21048 Author: ger82 ### Description There is FRACTION_DIGITS, but this rounds the result. It would be desirable if there were a way to truncate to only a defined number of decimal places. For example TRUNC_DIGITS or ROUND_DISABLE something similar.