• Hi, anyone who figured out how long calculations should be written.. I got this formula: Monthly Payment = P x (r / n) x (1 + r / n)^n(t)] / (1 + r / n)^n(t) – 1

    which I wrote like this in the form:
    Amount * (rate / 100 / 12 ) * (1 + (rate / 100 / 12))^years*12 / (1 + (rate / 100 / 12))^years*12 – 1

    But I couldnt make it. Any advice as for the correct syntax??

    Thank you,

  • The topic ‘Long calculation syntax’ is closed to new replies.