Python  1.0
Namespaces | Functions
_02a_Arithmetic_Progression.py File Reference

Namespaces

 _02a_Arithmetic_Progression
 Summing an Arithmetic Progression.
 

Functions

def _02a_Arithmetic_Progression.S (n, a1, d)
 Calculates the sum of the first n terms of an Arithmetic Progression. More...
 
def _02a_Arithmetic_Progression.Sp (n, a1, d)
 Calculates the sum of the first n terms of an Arithmetic Progression. More...
 
def _02a_Arithmetic_Progression.main ()