mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[poincare] Function: fix replaceReplaceableSymbols
This commit is contained in:
@@ -143,6 +143,7 @@ Expression Function::replaceReplaceableSymbols(Context & context) {
|
||||
if (e.isUninitialized()) {
|
||||
return *this;
|
||||
}
|
||||
e.replaceSymbolWithExpression(Symbol(Symbol::SpecialSymbols::UnknownX), childAtIndex(0));
|
||||
replaceWithInPlace(e);
|
||||
return e;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user