PIEvaluator::usedVariables() now returns without i, pi, e
This commit is contained in:
@@ -343,6 +343,9 @@ void PIEvaluator::findUnknownVariables() {
|
||||
if (cvar.length() > 0) unknownVars << cvar;
|
||||
unknownVars.removeDuplicates();
|
||||
usedVars.removeDuplicates();
|
||||
usedVars.removeOne("i");
|
||||
usedVars.removeOne("pi");
|
||||
usedVars.removeOne("e");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user