Python  1.0
Namespaces | Functions
_02e_interest.py File Reference

Namespaces

 _02e_interest
 Interest rates.
 

Functions

def _02e_interest.interest_rate (c, f, n)
 Calculates the interest rate of a compounding interest. More...
 
def _02e_interest.continuous_interest_rate (c, f, n)
 Calculates the interest rate of a continuous compounding interest. More...
 
def _02e_interest.interest (c, f, n)
 Calculates the interest rate of a compounding interest and a continuous compounding interest. More...
 
def _02e_interest.main ()