Python  1.0
Namespaces | Functions
_02b_Geometric_Progression.py File Reference

Namespaces

 _02b_Geometric_Progression
 Summing a Geometric Progression.
 

Functions

def _02b_Geometric_Progression.P (n, a, r)
 Calculates the sum of the first n terms of a Geometric Progression. More...
 
def _02b_Geometric_Progression.Pp (n, a, r)
 Calculates the sum of the first n terms of a Geometric Progression. More...
 
def _02b_Geometric_Progression.main ()