You are here

constant M_2DIVPI in Loft Data Grids 6.2

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

2 / PI

2 uses of M_2DIVPI
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_Statistical::TDIST in vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Statistical.php
* TDIST * * Returns the probability of Student's T distribution. * *

File

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

Code

define('M_2DIVPI', 0.6366197723675814);