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

May 18, 2007 · Print This Article

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

Comments

Got something to say?

You must be logged in to post a comment.