mathjs v7.4.0 Release Notes

Release Date: 2020-10-07 // over 3 years ago
    • 👍 Implemented support for passing a precision in functions ceil, floor, and fix, similar to round, see #1967, #1901. Thanks @rnd-debug.
    • 👀 Implemented function rotationMatrix, see #1160, #1984. Thanks @rnd-debug.
    • Implement a clear error message when using sqrtm with a matrix having more than two dimensions. Thanks @KonradLinkowski.
    • 🛠 Fixed #1974: function pickRandom now allows randomly picking elements from matrices with 2 or more dimensions instead of only from a vector. Thanks @KonradLinkowski.
    • ⚡️ Update dependency decimal.js to 10.2.1.