0.3.3 • Published 3 months ago

mathjs-mathml v0.3.3

Weekly downloads
74
License
Apache-2.0
Repository
github
Last release
3 months ago

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

0.3.3

3 months ago

0.3.2

5 months ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.3

3 years ago

0.2.4

3 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago