You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was merged into the 5.4 branch.
Discussion
----------
[Form] Fix constants
See down in the file
```
* ``\NumberFormatter::ROUND_HALFUP`` Round towards the
"nearest neighbor". If both neighbors are equidistant, round up. It rounds
``2.5`` to ``3``, ``1.6`` and ``1.5`` to ``2`` and ``1.4`` to ``1``.
```
Commits
-------
f7075dc [Form][NumberType] Fix constants
0 commit comments