Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/math/
H A Dconstants_basic.phpt25 echo "M_2_PI= ";
26 var_dump(M_2_PI);
56 M_2_PI= float(0.63661977236758)
H A Dconstants.phpt17 "M_2_PI",
40 M_2_PI : 0.636619[0-9]*
/PHP-5.5/ext/standard/
H A Dphp_math.h124 #ifndef M_2_PI
125 #define M_2_PI 0.63661977236758134308 /* 2/pi */ macro
H A Dbasic_functions.c3619 REGISTER_MATH_CONSTANT(M_2_PI); in PHP_MINIT_FUNCTION()

Completed in 20 milliseconds