Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/math/
H A Dconstants_basic.phpt27 echo "M_SQRTPI= ";
28 var_dump(M_SQRTPI);
57 M_SQRTPI= float(1.7724538509055)
H A Dconstants.phpt18 "M_SQRTPI",
41 M_SQRTPI : 1.772453[0-9]*
/PHP-5.5/ext/standard/
H A Dphp_math.h128 #ifndef M_SQRTPI
129 #define M_SQRTPI 1.77245385090551602729 /* sqrt(pi) */ macro
H A Dbasic_functions.c3620 REGISTER_MATH_CONSTANT(M_SQRTPI); in PHP_MINIT_FUNCTION()

Completed in 19 milliseconds