Smooth Decrease Class
Package:
Summary:
Generate a series of values that decrease smoothly
Groups:
Author:
Description:
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 of each step.
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 of each step.
Comments are closed.