Closed
Description
ICU has the following options:
"halfUp"
(default)"halfEven"
"halfDown"
"ceiling"
"floor"
"up"
"down"
Chart: http://userguide.icu-project.org/formatparse/numbers/rounding-modes
Do we want to include all those in Intl.NumberFormat? How would we pick a subset?
Activity