Home
last modified time | relevance | path

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

/PHP-8.3/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-8.3/ext/standard/
H A Dphp_math.h96 #ifndef M_SQRT3
97 #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.h3572 REGISTER_DOUBLE_CONSTANT("M_SQRT3", M_SQRT3, CONST_PERSISTENT); in register_basic_functions_symbols()
3573 ZEND_ASSERT(M_SQRT3 == 1.7320508075688772); in register_basic_functions_symbols()

Completed in 58 milliseconds