Math.js

De Banane Atomic
Aller à la navigationAller à la recherche

Liens

mathjs

Utilisation

Js.svg
import * as math from 'mathjs';

let result = math.eval('5*2');

Installation

Bash.svg
yarn add mathjs