Skip to content

expression compiler: add floor ⌊x⌋ and ceiling ⌈x⌉ operator support,

Stephen Crowley edited this page Feb 6, 2024 · 3 revisions

⌊x⌋ represents the floor of x, and ⌈x⌉ represents the ceiling of x.

Clone this wiki locally