Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/tests/math/
H A Dconstants_basic.phpt29 echo "M_2_SQRTPI= ";
30 var_dump(M_2_SQRTPI);
58 M_2_SQRTPI= float(1.1283791670955)
H A Dconstants.phpt19 "M_2_SQRTPI",
42 M_2_SQRTPI: 1.128379[0-9]*
/PHP-5.6/ext/standard/
H A Dphp_math.h132 #ifndef M_2_SQRTPI
133 #define M_2_SQRTPI 1.12837916709551257390 /* 2/sqrt(pi) */ macro
H A Dbasic_functions.c3595 REGISTER_MATH_CONSTANT(M_2_SQRTPI); in PHP_MINIT_FUNCTION()

Completed in 17 milliseconds