mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-09 20:11:29 +00:00
round() already had unit coverage; floor() and ceil() had none. Add the missing positive cases for both signs, plus round()'s half-away-from-zero tie-break, and one negative case asserting that a name outside the grammar's built-in function set is treated as an undefined variable and throws, rather than being passed through to a math library.