You are here

constant LOG_GAMMA_X_MAX_VALUE in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php \LOG_GAMMA_X_MAX_VALUE

LOG_GAMMA_X_MAX_VALUE

4 uses of LOG_GAMMA_X_MAX_VALUE
PHPExcel_Calculation_Statistical::_beta in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* Beta function. * * @author Jaco van Kooten * *
PHPExcel_Calculation_Statistical::_incompleteBeta in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* Incomplete beta function * * @author Jaco van Kooten * @author Paul Meagher * * The computation is based on formulas from Numerical Recipes, Chapter 6.4 (W.H. Press et al, 1992). *
PHPExcel_Calculation_Statistical::_logBeta in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* The natural logarithm of the beta function. * *
PHPExcel_Calculation_Statistical::_logGamma in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php, line 43

Code

define('LOG_GAMMA_X_MAX_VALUE', 2.55E+305);