项目作者: cortex-js

项目描述 :
An engine for symbolic manipulation and numeric evaluation of math formulas expressed with MathJSON
高级语言: TypeScript
项目地址: git://github.com/cortex-js/compute-engine.git
创建时间: 2019-10-31T04:35:01Z
项目社区:https://github.com/cortex-js/compute-engine

开源协议:MIT License

下载



math live

Cortex Compute Engine

Symbolic manipulation and numeric evaluation of MathJSON expressions

MathJSON is a lightweight mathematical
notation interchange format based on JSON.

The Cortex Compute Engine can parse LaTeX to MathJSON, serialize MathJSON to
LaTeX or MathASCII, format, simplify and evaluate MathJSON expressions.

Reference documentation and guides at
cortexjs.io/compute-engine.

Using Compute Engine

  1. $ npm install --save @cortex-js/compute-engine
  1. import { ComputeEngine } from "@cortex-js/compute-engine";
  2. const ce = new ComputeEngine();
  3. ce.parse("2^{11}-1 \\in \\Z").evaluate().print()
  4. // ➔ "True"

FAQ

Q How do I build the project?

Build instructions


MathJSON

A lightweight mathematical notation interchange format

MathLive (on GitHub)

A Web Component for math input.

Cortex (on GitHub)

A programming language for scientific computing

Support the Project

License

This project is licensed under the MIT License.