mathjs v10.1.0 Release Notes

Release Date: 2022-01-15 // over 2 years ago
    • ๐Ÿ‘€ Implemented function invmod, see #2368, #1744. Thanks @thetazero.
    • ๐Ÿ‘Œ Improvements and fixes in function simplify, thanks @gwhitney:
      • Fix #1179, #1290: improve collection of non-constant like terms (#2384).
      • Fix #2152: do not transform strings into numbers (#2372).
      • Fix #1913: implement support for array and object simplification (#2382).
    • ๐Ÿ›  Fix #2379: add embedded documentation for function print.
    • โœ‚ Remove broken example from the embedded documentation of function forEach.