Open
Description
Description
Problem (edited) ⚠
current round
expression has no mode and is inconsistent
- Decimal: uses "half even"
- Float: uses "half away from zero"
Why
Depending on the industry (financial, pricing, ...) it is critical to use the "correct" rounding mode.
The two most common are
- half even / bankers rounding
- half away from zero / up (e.g. excel)
There are multiple others that can be added in the future.