Progression Library 0.0.1
A header only arithmetic, geometric and fibonacci progression library
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CProgressionA header only c++ progression library
 CArithProgressionArithmetic progression: each term is obtained by adding a fixed increment
 CFibonacciPgFibonacci Progression: each term is the sum of the previous two terms
 CGeometricProgressionGeometric progression: each term is obtained by multiplying by a fixed base