v3.0.0
3.0.0 (2023-10-13)
Features
BREAKING CHANGES
- "trunc" logic is very different from
Math.round
, and will produce different results compared to the previous versions of the package. To use the rounding logic ofMath.round
, use the "halfCeil" rounding mode, which ties towards positive infinity, compared to "trunc", which always rounds towards zero.