|
Progression Library 0.0.1
A header only arithmetic, geometric and fibonacci progression library
|
| CProgression | A header only c++ progression library |
| CArithProgression | Arithmetic progression: each term is obtained by adding a fixed increment |
| CFibonacciPg | Fibonacci Progression: each term is the sum of the previous two terms |
| CGeometricProgression | Geometric progression: each term is obtained by multiplying by a fixed base |