Home
last modified time | relevance | path

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

/php-src/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-src/ext/standard/
H A Dphp_math.h61 #ifndef M_PI_4
62 #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.h3553 REGISTER_DOUBLE_CONSTANT("M_PI_4", M_PI_4, CONST_PERSISTENT); in register_basic_functions_symbols()
3554 ZEND_ASSERT(M_PI_4 == 0.7853981633974483); in register_basic_functions_symbols()

Completed in 40 milliseconds