mathjs v10.6.1 Release Notes
Release Date: 2022-05-31 // about 1 month ago-
- ๐ Improve the TypeScript types For
OperatorNode
: you can now define generic types likeOperatorNode<'+', 'add'>
. Thanks @mattvague.
- ๐ Improve the TypeScript types For
Previous changes from v10.6.0
-
- Implementation of fourier transform functions
fft
andifft
(#2540). Thanks @HanchaiN. - ๐ Fix TypeScript types not being listed in the exported fields (#2569). Thanks @mattvague.
- Large improvements in TypeScript definitions for chained expressions (#2537). Thanks @mattvague.
- ๐ Fix #2571: improve TypeScript definition of functions
clone
andcloneDeep
(#2572). Thanks @mattvague. - ๐ Fix the first argument of
derivative
holding the expression not correctly being converted when using.toTex()
(#2564). Thanks @mattvague.
- Implementation of fourier transform functions