fsantanna/dceu

new function 'math-ceil' in prelude.ceu

Closed this issue · 1 comments

func math-ceil (v) {
:number ceil($v.Number)
}

Supported in v0.4:

math.ceil(9.1)  ;; 10