Mortgage calculator where you input the max monthly payment?

March 9, 2008

mortgage calculator
bluefrog asked:


Hi, I’ve been looking online and can’t find a calculator where I say I can afford a total of $$$ per month (Principle/Taxes/Insurance/Interest) included and the calculator tells me how much mortgage I should take. Is there one available?

Caffeinated Content

I need help with a mortgage calculator I’m writing in C++?

May 18, 2007

mortgage calculator
wolfmn26 asked:


Here is the formula I came across that I’m going to use:

monthlyPayment = (principle * monthlyInterest) / (1 - pow((1 + monthlyInterest), - monthlyTerm);

I need to know what the “pow” is for

Caffeinated Content