You are here

6 calls to PHPExcel_Calculation_MathTrig::FACT() in Loft Data Grids 6.2

PHPExcel_Calculation_Engineering::BESSELI in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* BESSELI * * Returns the modified Bessel function In(x), which is equivalent to the Bessel function evaluated * for purely imaginary arguments * * Excel Function: * BESSELI(x,ord) * * @access public * @category Engineering…
PHPExcel_Calculation_Engineering::BESSELJ in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Engineering.php
* BESSELJ * * Returns the Bessel function * * Excel Function: * BESSELJ(x,ord) * * @access public * @category Engineering Functions *
PHPExcel_Calculation_MathTrig::COMBIN in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* COMBIN * * Returns the number of combinations for a given number of items. Use COMBIN to * determine the total possible number of groups for a given number of items. * * Excel Function: * COMBIN(numObjs,numInSet) * *…
PHPExcel_Calculation_MathTrig::MULTINOMIAL in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/MathTrig.php
* MULTINOMIAL * * Returns the ratio of the factorial of a sum of values to the product of factorials. * *
PHPExcel_Calculation_Statistical::PERMUT in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* PERMUT * * Returns the number of permutations for a given number of objects that can be * selected from number objects. A permutation is any set or subset of objects or * events where internal order is significant. Permutations are…
PHPExcel_Calculation_Statistical::POISSON in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* POISSON * * Returns the Poisson distribution. A common application of the Poisson distribution * is predicting the number of events over a specific time, such as the number of * cars arriving at a toll plaza in 1 minute. * *