Returning a Range of Values using AbstractCalculationEngine

Contents
[ ]

The following code demonstrates the use of the AbstractCalculationEngine and returns the range of values via its method.

Create a class with a function CalculateCustomFunction. This class extends AbstractCalculationEngine.

Now use the above function into your program.