[calculation][poincare] Revert 'b8544e3' and improve equal simplification

This commit is contained in:
Laury
2021-09-01 17:31:51 +02:00
parent d90af0323e
commit 7b4a94296b
7 changed files with 22 additions and 25 deletions

View File

@@ -41,7 +41,7 @@ public:
// For the equation A = B, create the reduced expression A-B
Expression standardEquation(Context * context, Preferences::ComplexFormat complexFormat, Preferences::AngleUnit angleUnit, Preferences::UnitFormat unitFormat, ExpressionNode::ReductionTarget reductionTarget) const;
// Expression
Expression shallowReduce();
Expression shallowReduce(ExpressionNode::ReductionContext reductionContext);
};
}