Forum Discussion

CEllinger's avatar
CEllinger
Helper I
6 years ago

Parameters based on measures in custom table?

I am trying to use an M function that I found to build an Amortization Calculator. The code I am starting with is:   let MortgageAmortization = (P,i,n)=> let Payment = P*((i/12)*Number.Power(1+(...