Home
last modified time | relevance | path

Searched refs:M_SQRTPI (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/standard/tests/math/
H A Dconstants_basic.phpt25 echo "M_SQRTPI= ";
26 var_dump(M_SQRTPI);
55 M_SQRTPI= float(1.772453850905516)
H A Dconstants.phpt18 "M_SQRTPI",
41 M_SQRTPI : 1.772453850905516
/php-src/ext/standard/
H A Dphp_math.h73 #ifndef M_SQRTPI
74 #define M_SQRTPI 1.77245385090551602729 /* sqrt(pi) */ macro
H A Dbasic_functions.stub.php316 const M_SQRTPI = 1.77245385090551602729; define
H A Dbasic_functions_arginfo.h3687 REGISTER_DOUBLE_CONSTANT("M_SQRTPI", M_SQRTPI, CONST_PERSISTENT); in register_basic_functions_symbols()
3688 ZEND_ASSERT(M_SQRTPI == 1.772453850905516); in register_basic_functions_symbols()

Completed in 32 milliseconds