silentmatt / expr-eval

Mathematical expression evaluator in JavaScript
http://silentmatt.com/javascript-expression-evaluator/
MIT License
1.18k stars 239 forks source link

Document array and fndef operator options #262

Open jesse-r-s-hines opened 2 years ago

jesse-r-s-hines commented 2 years ago

This adds docs to the README that you can disable arrays with the array operator and function definitions with the fndef operator.