mirror of
https://github.com/josdejong/mathjs.git
synced 2025-12-08 19:46:04 +00:00
* Included math to syntax when missing * Included solveODE * renamed initialStep as firstStep * Included tests for solveODE * Test the full state instead of the final state * Fixed issue with tolerance * Indexing with an array of booleans * Indexing with booleans and with empty * Changed index embedded docs * removed solveODE * typos on tests * included config.predictable * Throws an error if the size doesn't match * Included config predictable to get subset * Can do replacement by broadcasting * DenseMatrix set can broadcast first * Added tests for broadcasted subset in the parser * Faster cloning of deep arrays * Included docs and better test coverage * Test coverage for `subset` * Removed config predictable from subset * Removed config from index and sparseMatrix * Redaction and typos * Cleanup unnecesary changes * fixed issue when there is no need to broadcast * Inline ifs * Included specific broadcasting test * Reduced repetition --------- Co-authored-by: David Contreras <david.contreras@guentner.com> Co-authored-by: Jos de Jong <wjosdejong@gmail.com>