Calculator
Namespaces
Interfaces, Classes and Traits
- CalculatorInterface
- The calculator interface that all abstract & concrete calculator classes should implement.
- AbstractCalculator
- The abstract calculator class that all concrete calculators should extend from.
- BinaryCalculator
- A concrete calculator calss that uses the bcmath library to perform mathematical operations.
- SimpleCalculator
- A basic implementation of the CalculatorInterface for performing mathematical operations with.