Searched refs:M_2_SQRTPI (Results 1 – 5 of 5) sorted by relevance
27 echo "M_2_SQRTPI= ";28 var_dump(M_2_SQRTPI);56 M_2_SQRTPI= float(1.1283791670955126)
19 "M_2_SQRTPI",42 M_2_SQRTPI: 1.1283791670955126
76 #ifndef M_2_SQRTPI77 #define M_2_SQRTPI 1.12837916709551257390 /* 2/sqrt(pi) */ macro
321 const M_2_SQRTPI = 1.12837916709551257390; define
3562 REGISTER_DOUBLE_CONSTANT("M_2_SQRTPI", M_2_SQRTPI, CONST_PERSISTENT); in register_basic_functions_symbols()3563 ZEND_ASSERT(M_2_SQRTPI == 1.1283791670955126); in register_basic_functions_symbols()
Completed in 24 milliseconds