MathLive SDKs
MathLive provides several SDKs to help you build scientific and technical applications.
MathJSON
The MathJSON SDK is a JavaScript/TypeScript library to represent and manipulate mathematical expressions in the MathJSON format.
Mathfield
The Mathfield SDK is a JavaScript/TypeScript library to create interactive math input fields in web applications. It allows users to enter mathematical expressions using a virtual keyboard, and it can parse and serialize these expressions in the MathJSON format.
Compute Engine
The Compute Engine SDK is a JavaScript/TypeScript library for symbolic computing and numeric evaluation of mathematical expressions. It can parse and manipulate MathJSON expressions, perform symbolic computations, and evaluate expressions numerically.