mathjs-mathml

0.3.3 • Public • Published

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

/mathjs-mathml/

    Package Sidebar

    Install

    npm i mathjs-mathml

    Weekly Downloads

    12

    Version

    0.3.3

    License

    Apache-2.0

    Unpacked Size

    27 kB

    Total Files

    10

    Last publish

    Collaborators

    • metelkin