Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/math/
H A Dconstants.phpt15 "M_PI_4",
38 M_PI_4 : 0.785398[0-9]*
H A Dconstants_basic.phpt21 echo "M_PI_4= ";
22 var_dump(M_PI_4);
54 M_PI_4= float(0.78539816339745)
/PHP-7.4/ext/standard/
H A Dphp_math.h114 #ifndef M_PI_4
115 #define M_PI_4 0.78539816339744830962 /* pi/4 */ macro
H A Dbasic_functions.c3644 REGISTER_MATH_CONSTANT(M_PI_4); in PHP_MINIT_FUNCTION()

Completed in 29 milliseconds