Arithmetic Progression Generator
It creates an arithmetic progression of any integer.
-
If start is smaller than the end with constant being greater than 0, the arithmetic progression will be crescent as shown below:
-
If start is greater than the end with constant being greater than 0, the arithmetic progression will be decrescent as shown below:
-
By any time you can reset the values by clicking on the reset button as shown below:
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.