slint icon indicating copy to clipboard operation
slint copied to clipboard

Math Postfix expressions on numbers

Open ogoffart opened this issue 1 month ago • 2 comments

We should support for postfix (memeber) functions on number for math expressions:

So we could write things like

foo.clamp(0, 1)
foo.max(bar)
foo.floor()
foo.round()
foo.abs()
foo.sin()

ogoffart avatar Jun 01 '24 08:06 ogoffart