Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.13 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.13 KB

Autotests Coverage Status NPM version GitHub license

mathjs-mathml

Description

Extends mathjs http://mathjs.org/ library by providing the handler for producing content MathML https://www.w3.org/Math/

Installation

npm install mathjs-mathml
const { create, all } = require('mathjs');
const math = create(all);
const { cMathMLHandler } = require('mathjs-mathml');

let mathml = math
    .parse('x*sin(y/z)')
    .toString(cMathMLHandler);

console.log(mathml);

Maintainers

  • Evgeny Metelkin @metelkin
  • Viktoria Tkachenko @vetedde

Copyright

InSysBio, Moscow, 2017-2024 http://insysbio.com