mathjs v3.18.0 Release Notes

Release Date: 2017-12-16 // over 6 years ago
    • Implemented function rationalize. Thanks @paulobuchsbaum.
    • ⬆️ Upgraded dependencies: decimal.js 7.2.3 → 9.0.1 (no breaking changes affecting mathjs) fraction.js 4.0.2 → 4.0.4 tiny-emitter 2.0.0 → 2.0.2
    • ⬆️ Upgraded dev dependencies.
    • 🛠 Fixed #975: a wrong example in the docs of lusolve.
    • 🛠 Fixed #983: pickRandom returning an array instead of single value when input was an array with just one value. Clarified docs.
    • 🛠 Fixed #969: preven issues with yarn autoclean by renaming an interally used folder "docs" to "embeddedDocs".