Releases: lmendo/MATL
Releases · lmendo/MATL
Version 2.0.0
- A bug has been corrected. A real number followed by
i
, for example2i
, was incorrectly interpreted as an imaginary number, instead of the number followed byi
function. Thanks for @flawr for finding this bug. pi
has been renamed as functionXT
.uint64
has been introduced as functionXo
Xe
(permute
) has been integrated with!
(transpose
)Ye
(squeeze
) has been integrated withe
(reshape
)- Predefined literal
['0':'9' 'a':'F']
has been added.