Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/tests/math/
H A Dconstants_basic.phpt19 echo "M_PI_4= ";
20 var_dump(M_PI_4);
52 M_PI_4= float(0.7853981633974483)
H A Dconstants.phpt15 "M_PI_4",
38 M_PI_4 : 0.7853981633974483
/PHP-8.3/ext/standard/
H A Dphp_math.h60 #ifndef M_PI_4
61 #define M_PI_4 0.78539816339744830962 /* pi/4 */ macro
H A Dbasic_functions.stub.php301 const M_PI_4 = 0.78539816339744830962; define
H A Dbasic_functions_arginfo.h3554 REGISTER_DOUBLE_CONSTANT("M_PI_4", M_PI_4, CONST_PERSISTENT); in register_basic_functions_symbols()
3555 ZEND_ASSERT(M_PI_4 == 0.7853981633974483); in register_basic_functions_symbols()

Completed in 21 milliseconds