Home
last modified time | relevance | path

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

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

Completed in 27 milliseconds