Skip to main content

Module progression

Module progression 

Source

Functionsยง

arithmetic_nth_term
Returns the zero-based indexth term of an arithmetic progression.
arithmetic_sum
Returns the sum of the first terms values of an arithmetic progression.
geometric_nth_term
Returns the zero-based indexth term of a geometric progression.
geometric_sum
Returns the sum of the first terms values of a geometric progression.