mathjs v9.4.4 Release Notes

Release Date: 2021-07-07 // almost 3 years ago
    • 🛠 Fixed ArrayNode.toTex(): remove the row delimiter on the last row, see #2267. Thanks @davidtranhq.
    • 🛠 Fix #2269: intersect not returning null for matrix input. Thanks @m93a.
    • 🛠 Fix #2245: mathjs not working in IE11 anymore due to a missing polyfill for Symbol. The browser bundle now includes the necessary polyfills (it is larger now because of that, see also #2266). Thanks @m93a.
    • ⚡️ Update dependencies ([email protected], [email protected])
    • ⬇️ Drop official support for node.js 10, which has reached end of life. See #2258.