You are here

constant FINANCIAL_MAX_ITERATIONS in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php \FINANCIAL_MAX_ITERATIONS

FINANCIAL_MAX_ITERATIONS

3 uses of FINANCIAL_MAX_ITERATIONS
PHPExcel_Calculation_Financial::IRR in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* IRR * * Returns the internal rate of return for a series of cash flows represented by the numbers in values. * These cash flows do not have to be even, as they would be for an annuity. However, the cash flows must occur * at regular…
PHPExcel_Calculation_Financial::RATE in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php
* RATE * * Returns the interest rate per period of an annuity. * RATE is calculated by iteration and can have zero or more solutions. * If the successive results of RATE do not converge to within 0.0000001 after 20 iterations, * RATE returns…
PHPExcel_Calculation_Financial::XIRR in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php, line 40

Code

define('FINANCIAL_MAX_ITERATIONS', 128);