mathjs v3.14.0 Release Notes

Release Date: 2017-06-30 // almost 7 years ago
    • Implemented set methods setCartesian, setDifference, setDistinct, setIntersect, setIsSubset, setPowerset, setSize. Thanks @Nekomajin42.
    • Implemented method toHTML on nodes. Thanks @Nekomajin42.
    • Implemented compareNatural and sort([...], 'natural').
    • ⬆️ Upgraded dependencies to the latest versions:
    • 🛠 Fixed #865: splitUnit can now deal with round-off errors. Thanks @ericman314.
    • 🛠 Fixed #876: incorrect definition for unit erg. Thanks @pjhampton.
    • More informative error message when using single quotes instead of double quotes around a string. Thanks @HarrySarson.