ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Go to the source code of this file.
Data Structures | |
class | PHPExcel_Calculation_Functions |
Namespaces | |
PHPExcel_Calculation | |
Variables | |
const | MAX_VALUE (!defined('PHPEXCEL_ROOT')) 1.2e308 |
PHPExcel root directory. More... | |
const | M_2DIVPI 0.63661977236758134307553505349006 |
2 / PI More... | |
const | MAX_ITERATIONS 256 |
MAX_ITERATIONS. More... | |
const | PRECISION 8.88E-016 |
PRECISION. More... | |
const M_2DIVPI 0.63661977236758134307553505349006 |
2 / PI
Definition at line 43 of file Functions.php.
Referenced by PHPExcel_Calculation_Engineering\BESSELJ(), and PHPExcel_Calculation_Statistical\TDIST().
const MAX_ITERATIONS 256 |
MAX_ITERATIONS.
Definition at line 46 of file Functions.php.
Referenced by PHPExcel_Calculation_Statistical\_betaFraction(), PHPExcel_Calculation_Statistical\BETAINV(), PHPExcel_Calculation_Statistical\CHIINV(), PHPExcel_Calculation_Statistical\GAMMAINV(), and PHPExcel_Calculation_Statistical\TINV().
const MAX_VALUE(!defined( 'PHPEXCEL_ROOT')) 1.2e308 |
PHPExcel root directory.
MAX_VALUE
Definition at line 40 of file Functions.php.
Referenced by PHPExcel_Calculation_Statistical\_logGamma().
const PRECISION 8.88E-016 |
PRECISION.
Definition at line 49 of file Functions.php.
Referenced by PHPExcel_Calculation_Statistical\_betaFraction(), PHPExcel_Calculation_Engineering\_erfcVal(), PHPExcel_Calculation_Engineering\_erfVal(), PHPExcel_Calculation_Statistical\BETAINV(), PHPExcel_Calculation_Statistical\CHIINV(), PHPExcel_Calculation_Statistical\GAMMAINV(), and PHPExcel_Calculation_Statistical\TINV().