mathjs v7.3.0 Release Notes

Release Date: 2020-09-26 // over 3 years ago
    • 👀 Implemented functions usolveAll and lsolveAll, see #1916. Thanks @m93a.
    • 👀 Implemented support for units in functions std and variance, see #1950. Thanks @rnd-debug.
    • 👍 Implemented support for binary, octal, and hexadecimal notation in the expression parser, and implemented functions bin, oct, and hex for formatting. Thanks @clnhlzmn.
    • 🛠 Fix #1964: inconsistent calculation of negative dividend modulo for BigNumber and Fraction. Thanks @ovk.