Search:

Type: Posts; User: copeg

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: Help with code, Says number is NaN and i cant format it

    What do you mean by a 'formatException'? Is this a compilation error or runtime error? What line is there error on? As a side note, placing your code between two 'code' tags really help us be able to...
  2. [SOLVED] Re: Help with code, Says number is NaN and i cant format it

    double monthlyPay =(mIR*moneyBorrowed)/(1-(1/Math.pow((1+mIR),(12*timeYears))));
    If mIR is zero, which you define as being zero, the equation boils down to :...
Results 1 to 2 of 2