Home
last modified time | relevance | path

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

/php-src/ext/standard/tests/math/
H A Dconstants_basic.phpt37 echo "M_SQRT3= ";
38 var_dump(M_SQRT3);
61 M_SQRT3= float(1.7320508075688772)
H A Dconstants.phpt24 "M_SQRT3"
47 M_SQRT3 : 1.7320508075688772
/php-src/ext/standard/
H A Dphp_math.h97 #ifndef M_SQRT3
98 #define M_SQRT3 1.73205080756887729352 /* sqrt(3) */ macro
H A Dbasic_functions.stub.php346 const M_SQRT3 = 1.73205080756887729352; define
H A Dbasic_functions_arginfo.h3673 REGISTER_DOUBLE_CONSTANT("M_SQRT3", M_SQRT3, CONST_PERSISTENT); in register_basic_functions_symbols()
3674 ZEND_ASSERT(M_SQRT3 == 1.7320508075688772); in register_basic_functions_symbols()

Completed in 36 milliseconds