mathjs v10.4.0 Release Notes

Release Date: 2022-03-07 // about 2 years ago
    • ๐Ÿ›  Fix #2461: make sure simplifyCore recurses over all binary nodes (#2462). Thanks @gwhitney.
    • ๐Ÿ›  Fix #2429: fix the TypeScript definitions of functions std and variance (#2455). Thanks @NattapongSiri.
    • ๐Ÿ›  Fix #1633: implement a cumsum function generating cumulative sums of a list of values or a matrix. (#1870). Thanks @hjonasson.
    • โฌ†๏ธ Upgrade to the latest version of Fraction.js, having more strict input, only accepting an integer numerator and denominator. See #2427.
    • ๐Ÿ›  Fix typo in documentation example for format. (#2468) Thanks @abranhe.
    • ๐Ÿ‘€ Write unit tests for all jsdoc examples. See #2452. Thanks @gwhitney.