DMN 1.6b1 RTF Avatar
  1. OMG Issue

DMN16 — Rounding functions introduced in DMN 1.4 should have single parameter version

  • Key: DMN16-93
  • Status: closed  
  • Source: Trisotech ( Mr. Simon Ringuette)
  • Summary:

    Currently the 4 rounding methods: round up, round down, round half up, round half down only have signatures with 2 numeric arguments (n and scale).

    However, pre-existing rounding functions: floor and ceiling have both a single numeric argument version and a 2 numeric argument function (n and scale).

    The single numeric argument is backward compatible with DMN 1.3 (and before). It assumes a scale of 0.

  • Reported: DMN 1.5b1 — Thu, 19 Oct 2023 21:52 GMT
  • Disposition: Resolved — DMN 1.6b1
  • Disposition Summary:

    Add single parameter versions of all rounding functions

    Add single parameter versions of all rounding functions and adjust the examples to use them.

  • Updated: Mon, 16 Sep 2024 14:16 GMT