mathjs v10.4.1 Release Notes

Release Date: 2022-03-23 // about 2 years ago
    • ๐Ÿ‘Œ Improve TypeScript definitions for function unit (#2479). Thanks @SinanAkkoyun.
    • โž• Add tests for type declarations (#2448). Thanks @samestep.
    • Further improvement to TypeScript definitions of std and variance (make dimension parameter optional, #2474). Thanks @NattapongSiri.
    • Next step (as per #2431) for full publication of "is" functions like isMatrix etc: Provide TypeScript definitions of "is" functions and make them type guards. (#2432). Thanks @ChristopherChudzicki.
    • ๐Ÿ›  Fix #2491: Multi line object expressions don't work with comments (#2492). Thanks @gwhitney.
    • ๐Ÿ›  Fix #2478: a bug in calculating the eigenvectors when dealing with complex numbers (#2496). Thanks @gwhitney.
    • โšก๏ธ Update project dependencies and devDependencies.