mathjs v5.0.3 Release Notes

Release Date: 2018-07-14 // almost 6 years ago
    • ๐Ÿ›  Fixed many functions (for example add and subtract) not working with matrices having a datatype defined.
    • ๐Ÿ›  Fixed #1147: bug in format with engineering notation in outputting the correct number of significant figures. Thanks @ericman314.
    • ๐Ÿ›  Fixed #1162: transform functions not being cleaned up when overriding it by importing a factory function with the same name.
    • ๐Ÿ›  Fixed broken links in the documentation. Thanks @stropitek.
    • ๐Ÿ”จ Refactored the code of parse into a functional approach. Thanks @harrysarson.
    • ๐Ÿ”„ Changed decimal.js import to ES6. Thanks @weinshel.