Home
last modified time | relevance | path

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

/php-src/ext/standard/tests/math/
H A Dconstants_basic.phpt35 echo "M_SQRT1_2= ";
36 var_dump(M_SQRT1_2);
60 M_SQRT1_2= float(0.7071067811865476)
H A Dconstants.phpt23 "M_SQRT1_2",
46 M_SQRT1_2 : 0.7071067811865476
/php-src/ext/standard/
H A Dphp_math.h93 #ifndef M_SQRT1_2
94 #define M_SQRT1_2 0.70710678118654752440 /* 1/sqrt(2) */ macro
H A Dbasic_functions.stub.php341 const M_SQRT1_2 = 0.70710678118654752440; define
H A Dbasic_functions_arginfo.h3671 REGISTER_DOUBLE_CONSTANT("M_SQRT1_2", M_SQRT1_2, CONST_PERSISTENT); in register_basic_functions_symbols()
3672 ZEND_ASSERT(M_SQRT1_2 == 0.7071067811865476); in register_basic_functions_symbols()

Completed in 32 milliseconds