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
    Modifier and Type
    Field
    Description
    static final List<Character>
     
  • Method Summary

    Modifier and Type
    Method
    Description
    evaluateEquation(String equation, int precision, boolean verbose)
     
  • Field Details

  • Method Details