BleuLlama / TinyBasicPlus

A C implementation of Tiny Basic, with a focus on support for Arduino
401 stars 117 forks source link

Math functions #45

Open guruthree opened 6 years ago

guruthree commented 6 years ago

I've been thinking that some math functions could be useful, even if they are limited by the short int integer format. I'm happy to write these myself, but thought it'd be worth getting some feedback before implementation. I'm currently thinking of the following:

I see https://github.com/BleuLlama/TinyBasicPlus/issues/33 mentions MIN and MAX already, otherwise I would add these to my list.