Skip to content

Latest commit

 

History

History
 
 

interest

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Calculating Interest

This program provides utilities for calculating interest over a fixed or bounded number of iterations.

Running the Program

To run this program, run:

leo run <function_name>

where <function_name> is one of the following:

  • fixed_iteration_interest
  • bounded_iteration_interest

Be sure to update inputs/interest.in with the desired inputs.

Executing the Program

To execute this program, run:

leo execute <function_name>

where <function_name> is one of the following:

  • fixed_iteration_interest
  • bounded_iteration_interest

Be sure to update inputs/interest.in with the desired inputs.