constant FINANCIAL_PRECISION in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Financial.php \FINANCIAL_PRECISION
3 uses of FINANCIAL_PRECISION
- 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 43
Code
define('FINANCIAL_PRECISION', 1.0E-8);