Searched refs:M_SQRTPI (Results 1 – 5 of 5) sorted by relevance
25 echo "M_SQRTPI= ";26 var_dump(M_SQRTPI);55 M_SQRTPI= float(1.772453850905516)
18 "M_SQRTPI",41 M_SQRTPI : 1.772453850905516
72 #ifndef M_SQRTPI73 #define M_SQRTPI 1.77245385090551602729 /* sqrt(pi) */ macro
316 const M_SQRTPI = 1.77245385090551602729; define
3560 REGISTER_DOUBLE_CONSTANT("M_SQRTPI", M_SQRTPI, CONST_PERSISTENT); in register_basic_functions_symbols()3561 ZEND_ASSERT(M_SQRTPI == 1.772453850905516); in register_basic_functions_symbols()
Completed in 30 milliseconds