mathjs v7.0.2 Release Notes

Release Date: 2020-06-24 // almost 4 years ago
    • 🛠 Fix #1882: have DenseMatrix.resize and SparseMatrix.resize accept DenseMatrix and SparseMatrix as inputs too, not only Array.
    • 🛠 Fix functions sum, prod, min, and max not throwing a conversion error when passing a single string, like sum("abc").