You are here

constant MAX_ITERATIONS in Loft Data Grids 6.2

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

MAX_ITERATIONS

5 uses of MAX_ITERATIONS
PHPExcel_Calculation_Statistical::BETAINV in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* BETAINV * * Returns the inverse of the beta distribution. * *
PHPExcel_Calculation_Statistical::CHIINV in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* CHIINV * * Returns the one-tailed probability of the chi-squared distribution. * *
PHPExcel_Calculation_Statistical::GAMMAINV in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* GAMMAINV * * Returns the inverse of the beta distribution. * *
PHPExcel_Calculation_Statistical::TINV in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* TINV * * Returns the one-tailed probability of the chi-squared distribution. * *
PHPExcel_Calculation_Statistical::_betaFraction in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* Evaluates of continued fraction part of incomplete beta function. * Based on an idea from Numerical Recipes (W.H. Press et al, 1992). * @author Jaco van Kooten

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Functions.php, line 46

Code

define('MAX_ITERATIONS', 256);