Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/tests/math/
H A Dconstants_basic.phpt37 echo "M_SQRT1_2= ";
38 var_dump(M_SQRT1_2);
62 M_SQRT1_2= float(0.70710678118655)
H A Dconstants.phpt23 "M_SQRT1_2",
46 M_SQRT1_2 : 0.707106[0-9]*
/PHP-5.4/ext/standard/
H A Dphp_math.h148 #ifndef M_SQRT1_2
149 #define M_SQRT1_2 0.70710678118654752440 /* 1/sqrt(2) */ macro
H A Dbasic_functions.c3572 REGISTER_MATH_CONSTANT(M_SQRT1_2); in PHP_MINIT_FUNCTION()

Completed in 23 milliseconds