mirror of
https://github.com/0xJ1M/MathsEngine.git
synced 2026-06-05 01:00:06 +00:00
Improved code coverage
This commit is contained in:
@@ -30,14 +30,14 @@ namespace MathEngine.Parser.Parser
|
||||
this.rootNode = rootNode;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/* /// <summary>
|
||||
/// Evaluates the current instance of ExpressionTree
|
||||
/// </summary>
|
||||
/// <returns>Returns an update of the current instance which the expression Evaluated</returns>
|
||||
public ExpressionTree Evaluate()
|
||||
{
|
||||
return new ExpressionTree(rootNode.Evaluate());
|
||||
}
|
||||
}*/
|
||||
|
||||
/// <summary>
|
||||
/// Returns a value indicating if the given object is equal to the current instance of ExpressionTree
|
||||
|
||||
Reference in New Issue
Block a user