expr-eval
Mathematical expression evaluator in JavaScript
File Explorer
Download Latest Version (.zip)- contains.js
- evaluate.js
- expression-to-string.js
- expression.js
- functions.js
- get-symbols.js
- instruction.js
- parser-state.js
- parser.js
- simplify.js
- substitute.js
- token-stream.js
- token.js
- spy.js
- expression.js
- functions.js
- operators.js
- parser.js
- .eslintrc.json
- .gitignore
- .travis.yml
- bower.json
- CHANGELOG.md
- index.js
- LICENSE.txt
- package.json
- parser.d.ts
- README.md
- rollup-esm.config.js
- rollup-min.config.js
- rollup.config.js
# Installation Guide
1. Get the code
git clone https://github.com/silentmatt/expr-eval
Downloads the entire project code from GitHub to your computer.
cd expr-eval
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install expr-eval
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
