Smooth Decrease Class

Package:
Smooth Decrease Class
Summary:
Generate a series of values that decrease smoothly
Groups:
Math, PHP 5
Author:
Kai Ming Choi
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.


Powered by Gewgley