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

Math support for inf, fix json dump #421

Closed s-hadinger closed 1 month ago

s-hadinger commented 2 months ago

Add support for math.inf representing the normalized Infinity:

For json.dump, values inf, -inf and nan now convert to null which is the best match since inf and nan are not valid json values.