Progression Library 0.0.1
A header only arithmetic, geometric and fibonacci progression library
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 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
 CProgressionA header only c++ progression library