Home
last modified time | relevance | path

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

/php-src/ext/standard/tests/math/
H A Dconstants_basic.phpt33 echo "M_SQRT2= ";
34 var_dump(M_SQRT2);
59 M_SQRT2= float(1.4142135623730951)
H A Dconstants.phpt22 "M_SQRT2",
45 M_SQRT2 : 1.4142135623730951
/php-src/ext/standard/
H A Dphp_math.h89 #ifndef M_SQRT2
90 #define M_SQRT2 1.41421356237309504880 /* sqrt(2) */ macro
H A Dbasic_functions.stub.php336 const M_SQRT2 = 1.41421356237309504880; define
H A Dbasic_functions_arginfo.h3669 REGISTER_DOUBLE_CONSTANT("M_SQRT2", M_SQRT2, CONST_PERSISTENT); in register_basic_functions_symbols()
3670 ZEND_ASSERT(M_SQRT2 == 1.4142135623730951); in register_basic_functions_symbols()

Completed in 25 milliseconds