-
This class can be used to generate a series of numbers that decrease smoothly.It takes as arguments an initial value and the number of steps of numbers to be generated.The class generates a series of numbers equal to the number of specified steps that decrease from the initial value until it reaches zero, using quadratic equations to determine the approximation ...

