Package evaluator
Interface Evaluator
- All Known Implementing Classes:
ExpressionEvaluator
public interface Evaluator
This is the interface for the ExpressionEvaluator class
- Since:
- March 2025
- Version:
- 1.0
- Author:
- Saptarshi Dey
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionevaluateEquation
(String equation, int precision, boolean verbose)
-
Field Details
-
terminalSymbols
-
-
Method Details
-
evaluateEquation
- Throws:
Exception
-