Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

An engine for symbolic manipulation and numeric evaluation of math formulas expressed with MathJSON

License

NotificationsYou must be signed in to change notification settings

cortex-js/compute-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
math live

Cortex Compute Engine

Symbolic manipulation and numeric evaluation of MathJSON expressions

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.

Using 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"

FAQ

Q How do I build the project?

Build instructions

Related Projects

MathJSON
A lightweight mathematical notation interchange format
MathLive (onGitHub)
A Web Component for math input.
Cortex (onGitHub)
A programming language for scientific computing

Support the Project

License

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

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp