mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[shared] In models Equation, Sequence: the recorded expression does not
need to be beautified. Use Reduce instead of simplify
This commit is contained in:
committed by
LeaNumworks
parent
c3e7a0667a
commit
aa0b785f3d
@@ -21,7 +21,7 @@ const char * ExpressionModel::text() const {
|
||||
|
||||
Poincare::Expression ExpressionModel::expression(Poincare::Context * context) const {
|
||||
if (m_expression.isUninitialized()) {
|
||||
m_expression = PoincareHelpers::ParseAndSimplify(m_text, *context);
|
||||
m_expression = PoincareHelpers::ParseAndReduce(m_text, *context);
|
||||
}
|
||||
return m_expression;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user