You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An extension to math.js which defines math operations on additional types.
Usage
constmathjs=require('mathjs');constmoment=require('moment');constmath=require('math-extension')(mathjs,moment);// pass in math and moment to augment math.js
About
An extension to math.js which defines math operations on additional types.