Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/tests/math/
H A Dconstants_basic.phpt39 echo "M_SQRT3= ";
40 var_dump(M_SQRT3);
63 M_SQRT3= float(1.7320508075689)
H A Dconstants.phpt24 "M_SQRT3"
47 M_SQRT3 : 1.732050[0-9]*
/PHP-5.6/ext/standard/
H A Dphp_math.h152 #ifndef M_SQRT3
153 #define M_SQRT3 1.73205080756887729352 /* sqrt(3) */ macro
H A Dbasic_functions.c3600 REGISTER_MATH_CONSTANT(M_SQRT3); in PHP_MINIT_FUNCTION()

Completed in 29 milliseconds