ILIAS
eassessment Revision 61809
|
Go to the source code of this file.
Data Structures | |
class | PHPExcel_Calculation_Financial |
Namespaces | |
namespace | PHPExcel_Calculation |
|
Variables | |
const | FINANCIAL_MAX_ITERATIONS (!defined('PHPEXCEL_ROOT')) = 128 |
PHPExcel root directory. | |
const | FINANCIAL_PRECISION = 1.0e-08 |
FINANCIAL_PRECISION. |
const FINANCIAL_MAX_ITERATIONS(!defined('PHPEXCEL_ROOT')) = 128 |
PHPExcel root directory.
FINANCIAL_MAX_ITERATIONS
Definition at line 40 of file Financial.php.
Referenced by PHPExcel_Calculation_Financial\IRR(), PHPExcel_Calculation_Financial\RATE(), and PHPExcel_Calculation_Financial\XIRR().
const FINANCIAL_PRECISION = 1.0e-08 |
FINANCIAL_PRECISION.
Definition at line 43 of file Financial.php.
Referenced by PHPExcel_Calculation_Financial\IRR(), PHPExcel_Calculation_Financial\RATE(), and PHPExcel_Calculation_Financial\XIRR().