@travishorn/financejs
    Preparing search index...

    Function rri

    • Calculates an equivalent interest rate for the growth of an investment.

      Parameters

      • nper: number

        The number of periods for the investment.

      • pv: number

        The present value of the investment.

      • fv: number

        The future value of the investment.

      Returns number

      the equivalent interest rate

      if nper is less than or equal to zero

      if pv is zero

      rri(96, 10000, 11000); // 0.00099331