GustavoFernandes / order-splitter

https://gustavofernandes.github.io/order-splitter/
MIT License
3 stars 3 forks source link

Allow for inputs to take expressions #27

Open GustavoFernandes opened 7 years ago

GustavoFernandes commented 7 years ago

E.g. Fees input could accept "3.99 + 0.79"

jonsmithers commented 7 years ago

You could just use eval() for that.

jblatt1 commented 7 years ago

Also math.js