#186: normalization is buggy in preprocessor for expressions of the form a^x --------------------------+------------------------------------------------- Reporter: sebastien | Owner: ferhat Type: bug | Status: new Priority: major | Milestone: Component: Core M-files | Version: 4.2.1 Keywords: | --------------------------+------------------------------------------------- In ExprNode.cc, in the function BinaryOpNode::normalizeEquation, the case of an expression of the form a^x (power expression with endogenous in the exponent but not under the exponent) is not handled. This make the preprocessor exit silently with an error.