![]() |
Python
1.0
|
Namespaces | |
_02d_interest | |
Interests. | |
Functions | |
def | _02d_interest.compounding_interest (c, n, t) |
Calculates the compounding interest. More... | |
def | _02d_interest.continuous_compounding_interest (c, n, r) |
Calculates the continuous compounding interest. More... | |
def | _02d_interest.interest (c, n, t) |
Calculates the compounding interest and the continuous compounding interest. More... | |
def | _02d_interest.main () |