项目作者: heathermortensen

项目描述 :
Annual Percentage Rate Mortgage Calculator
高级语言: Java
项目地址: git://github.com/heathermortensen/APRCalculator.git
创建时间: 2020-08-07T20:37:34Z
项目社区:https://github.com/heathermortensen/APRCalculator

开源协议:

下载


APR Mortgage Calculator

This program calculates APR rates using Newton-Ralphson method to deal with rounding errors that result in payments being a penny off and product a large cumulative amount of capitol. I think that the requirements of this project were a little non-standard for how mortgage interest is typically paid, in practice. But, those were the requirements!

The user enters three of the four variables listed and the four variable is calculated when the button is clicked. The client did not allow the variables to be spelled out as explicitly as I would have liked. But, this screen shot shows the application.

APR Application

  • Finish writing this file. Until then, here’s the UML I had in my records…
  • Write something about how the project requirements conflicted with the math being accurate
  • Check if this is actually the final version of this code

UML