mathjs v9.4.5 Release Notes

Release Date: 2021-09-15 // over 2 years ago
    • ๐Ÿ‘Œ Improved the performance of Node.equals by improving the internal function deepStrictEqual. Thanks @tomlarkworthy.
    • ๐Ÿ›  Fixes in the TypeScript definitions:
      • Define hasNumericValue. Thanks @write2kcl.
      • Define MathNode.isRelationalNode. Thanks @m93a.
      • Fix typo in MathNode.isConditionalNode. Thanks @m93a.