Open
Description
In case we're not already doing it, we should make sure that when parsing a string representing a number and/or performing PluralRules::select()
:
- we parse both compact notation (1.2c3) and scientific notation (1.2e)
- distinguish the
c
operand from thee
operand, to future-proof when those behave differently - make sure we compute plural operands correctly for numbers with exponents (the examples list from the latest spec makes for good test cases)