You can see that it is undefined in 7.0.2: https://jsfiddle.net/8qr3cLyn/ . But if you switch to MathJS 6 it works find and contains constructors for all the nodes as expected (ConstantNode, SymbolNode etc.).
The text was updated successfully, but these errors were encountered:
It appears that
math.expression.node
(as described in this documentation: https://mathjs.org/docs/expressions/expression_trees.html) is no longer working since MathJS 7.You can see that it is
undefined
in 7.0.2: https://jsfiddle.net/8qr3cLyn/ . But if you switch to MathJS 6 it works find and contains constructors for all the nodes as expected (ConstantNode, SymbolNode etc.).The text was updated successfully, but these errors were encountered: