You are here

constant XMININ in Loft Data Grids 6.2

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

XMININ

1 use of XMININ
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/Statistical.php, line 46

Code

define('XMININ', 2.23E-308);