mathjs v10.0.2 Release Notes

Release Date: 2021-12-29 // over 2 years ago
    • 🛠 Fix #2156: simplify expressions like -1 / (-x) to 1/x. Thanks @ony3000.
    • 🛠 Fix #2363: remove a redundant part of the regex to split a number.
    • 🛠 Fix #2291: add support for fractions in function intersect. Thanks @thetazero.
    • 🛠 Fix #2358: bug in SparseMatrix when replacing a subset of a matrix with a non-consecutive index. Thanks @Al-0.