Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/tests/math/
H A Dconstants.phpt22 "M_SQRT2",
45 M_SQRT2 : 1.414213[0-9]*
H A Dconstants_basic.phpt35 echo "M_SQRT2= ";
36 var_dump(M_SQRT2);
61 M_SQRT2= float(1.4142135623731)
/PHP-7.3/ext/standard/
H A Dphp_math.h142 #ifndef M_SQRT2
143 #define M_SQRT2 1.41421356237309504880 /* sqrt(2) */ macro
H A Dbasic_functions.c3667 REGISTER_MATH_CONSTANT(M_SQRT2); in PHP_MINIT_FUNCTION()

Completed in 24 milliseconds