- Notifications
You must be signed in to change notification settings - Fork51
An engine for symbolic manipulation and numeric evaluation of math formulas expressed with MathJSON
License
cortex-js/compute-engine
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
MathJSON is a lightweight mathematicalnotation interchange format based on JSON.
The Cortex Compute Engine can parse LaTeX to MathJSON, serialize MathJSON toLaTeX or MathASCII, format, simplify and evaluate MathJSON expressions.
Reference documentation and guides atcortexjs.io/compute-engine.
$ npm install --save @cortex-js/compute-engine
import{ComputeEngine}from"@cortex-js/compute-engine";constce=newComputeEngine();ce.parse("2^{11}-1 \\in \\Z").evaluate().print()// ➔ "True"
Q How do I build the project?
Build instructions
- MathJSON
- A lightweight mathematical notation interchange format
- MathLive (onGitHub)
- A Web Component for math input.
- Cortex (onGitHub)
- A programming language for scientific computing
- 🌟 Star the GitHub repo (it really helps)
- 💬 Ask questions and give feedback on ourDiscussion Forum
- 📨 Drop a line toarno@arno.org
This project is licensed under theMIT License.
About
An engine for symbolic manipulation and numeric evaluation of math formulas expressed with MathJSON
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors13
Uh oh!
There was an error while loading.Please reload this page.
