Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/math/
H A Dconstants.phpt14 "M_PI_2",
37 M_PI_2 : 1.570796[0-9]*
H A Dconstants_basic.phpt19 echo "M_PI_2= ";
20 var_dump(M_PI_2);
53 M_PI_2= float(1.5707963267949)
/PHP-7.4/ext/standard/
H A Dphp_math.h110 #ifndef M_PI_2
111 #define M_PI_2 1.57079632679489661923 /* pi/2 */ macro
H A Dbasic_functions.c3643 REGISTER_MATH_CONSTANT(M_PI_2); in PHP_MINIT_FUNCTION()

Completed in 23 milliseconds