Home
last modified time | relevance | path

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

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

Completed in 18 milliseconds