nikku / feelin

A DMN FEEL parser and interpreter written in JavaScript
MIT License
40 stars 10 forks source link

Round, half even #4

Closed nikku closed 3 months ago

nikku commented 4 years ago

In DMN FEEL rounding is half-even not up as it is in our current implementation.

round(1.5) = 2
round(2.5) = 2