-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Milestone
Description
Breaking changes planned for mathjs v15:
- give unary % operator (percentage) higher precedence than binary % operator (modulus), see #3432
- resolve bad interaction between unary % and other unary operators, see #3505
- fix kronecker product on vectors, see #3455
- require a space or delimiter after hex, bin, and oct values #3421, #3463
- Consistent matrix subset according to the type of input, see #3485, #2344
- Throw an error in case of
flatten(SparseMatrix)instead of returning a 2D SparseMatrix #3530 - Let function
size()always return an Array, regardless of the input type #3529
Metadata
Metadata
Assignees
Labels
No labels