DecisionToolkit / dsntk-rs

Decision Toolkit written in Rust
Apache License 2.0
15 stars 0 forks source link

Add scale to `ceiling` function #21

Closed dsntk closed 6 months ago

dsntk commented 6 months ago

DMN 1.5 specification Paragraph 10.3.4.5 Numeric functions Table 76: Semantics of numeric functions

ceiling(n) ceiling(n,scale)
dsntk commented 6 months ago

Done.