mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
* Simplify: improve constant op. eval. in non-commutative contexts Addresses the constant evaluation aspect as discussed in #2825. Changes in simplifyConstant.js are accredited to @gwhitney * Add simplifyConstant test for expr. with a non-evaluable constant (uncomments a pre-existing test suggestion for an 'incomplete' simplification example, more specifically) Additionally adds commented TODO tests for additional expr. variations with current incomplete simplification (non-commutative context)