We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
round *
Is your feature request related to a problem? Please describe
Additional rounding built-ins have been added with DMN 1.4/1.5: round up, round down, round half up, round half down:
round up
round down
round half up
round half down
Describe the solution you'd like
Make these functions available.
Describe alternatives you've considered
None.
Additional context
Added in DMN 1.4 / 1.5.
The text was updated successfully, but these errors were encountered:
chore(built-ins): stub round* functions
7b302f3
Related to #40
24be604
feat: implement round functions
98eaf0f
Closes nikku#40
75d24bc
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe
Additional rounding built-ins have been added with DMN 1.4/1.5:
round up
,round down
,round half up
,round half down
:Describe the solution you'd like
Make these functions available.
Describe alternatives you've considered
None.
Additional context
Added in DMN 1.4 / 1.5.
The text was updated successfully, but these errors were encountered: