ILIAS  eassessment Revision 61809
 All Data Structures Namespaces Files Functions Variables Groups Pages
Statistical.php File Reference

Go to the source code of this file.

Data Structures

class  PHPExcel_Calculation_Statistical

Namespaces

namespace  PHPExcel_Calculation
 

Variables

 if (!defined('PHPEXCEL_ROOT'))
 PHPExcel root directory.
const LOG_GAMMA_X_MAX_VALUE = 2.55e305
 LOG_GAMMA_X_MAX_VALUE.
const XMININ = 2.23e-308
 XMININ.
const EPS = 2.22e-16
 EPS.
const SQRT2PI = 2.5066282746310005024157652848110452530069867406099
 SQRT2PI.

Variable Documentation

const EPS = 2.22e-16

EPS.

Definition at line 49 of file Statistical.php.

Referenced by PHPExcel_Calculation_Statistical\_logGamma().

if(!defined('PHPEXCEL_ROOT'))

PHPExcel root directory.

Definition at line 30 of file Statistical.php.

const SQRT2PI = 2.5066282746310005024157652848110452530069867406099
const XMININ = 2.23e-308

XMININ.

Definition at line 46 of file Statistical.php.

Referenced by PHPExcel_Calculation_Statistical\_betaFraction().