You are here

7 uses of PRECISION in Loft Data Grids 7.2

PHPExcel_Calculation_Engineering::_erfcVal in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
PHPExcel_Calculation_Engineering::_erfVal in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
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