Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/math/
H A Dconstants_basic.phpt21 echo "M_PI_4= ";
22 var_dump(M_PI_4);
54 M_PI_4= float(0.78539816339745)
H A Dconstants.phpt15 "M_PI_4",
38 M_PI_4 : 0.785398[0-9]*
/PHP-5.5/main/
H A Dwin95nt.h65 #ifndef M_PI_4
66 #define M_PI_4 0.78539816339744830962 macro
/PHP-5.5/ext/standard/
H A Dphp_math.h116 #ifndef M_PI_4
117 #define M_PI_4 0.78539816339744830962 /* pi/4 */ macro
H A Dbasic_functions.c3617 REGISTER_MATH_CONSTANT(M_PI_4); in PHP_MINIT_FUNCTION()

Completed in 21 milliseconds