berry-lang / berry

A ultra-lightweight embedded scripting language optimized for microcontrollers.
https://berry-lang.github.io
MIT License
782 stars 95 forks source link

Add `math.round()` #429

Closed s-hadinger closed 3 weeks ago

s-hadinger commented 3 weeks ago

Add math.round() with the same semantics as C round() function: