You are here

constant SQRT2PI in Loft Data Grids 7.2

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

SQRT2PI

3 uses of SQRT2PI
PHPExcel_Calculation_Statistical::NORMDIST in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* NORMDIST * * Returns the normal distribution for the specified mean and standard deviation. This * function has a very wide range of applications in statistics, including hypothesis * testing. * *
PHPExcel_Calculation_Statistical::_gamma in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
PHPExcel_Calculation_Statistical::_logGamma in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php

File

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

Code

define('SQRT2PI', 2.5066282746310007);