https://github.com/phawk/compound-calculator
A basic mac app that will calculate monthly compound interest
https://github.com/phawk/compound-calculator
Last synced: about 1 year ago
JSON representation
A basic mac app that will calculate monthly compound interest
- Host: GitHub
- URL: https://github.com/phawk/compound-calculator
- Owner: phawk
- Created: 2011-09-15T09:48:12.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-09-15T10:00:53.000Z (over 14 years ago)
- Last Synced: 2025-02-05T21:55:31.883Z (about 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 164 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Compound Calculator
===================
This mac app will take a deposit figure and calculate a monthly compound interest rate over a specified term.
This is my first ever Mac App and first time using Objective-C, so apologies for it being very basic, and please do point out any errors or problems with the code.