Home
last modified time | relevance | path

Searched refs:M_2_PI (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/standard/tests/math/
H A Dconstants_basic.phpt23 echo "M_2_PI= ";
24 var_dump(M_2_PI);
54 M_2_PI= float(0.6366197723675814)
H A Dconstants.phpt17 "M_2_PI",
40 M_2_PI : 0.6366197723675814
/PHP-8.3/ext/standard/
H A Dphp_math.h68 #ifndef M_2_PI
69 #define M_2_PI 0.63661977236758134308 /* 2/pi */ macro
H A Dbasic_functions.stub.php311 const M_2_PI = 0.63661977236758134308; define
H A Dbasic_functions_arginfo.h3558 REGISTER_DOUBLE_CONSTANT("M_2_PI", M_2_PI, CONST_PERSISTENT); in register_basic_functions_symbols()
3559 ZEND_ASSERT(M_2_PI == 0.6366197723675814); in register_basic_functions_symbols()

Completed in 27 milliseconds