Package edu.unm.cs.cs251.lab02

Interface Summary
IntegralCalculator An interface defining a class that is capable of performing integral approximations.
 

Class Summary
CalculatorDialog A simple class that creates a Dialog prompting the user for an r and n value, a starting and ending point for the interval, and a precision to use for approximating an integral.