Home
last modified time | relevance | path

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

/php-src/ext/standard/tests/math/
H A Dconstants_basic.phpt17 echo "M_PI_2= ";
18 var_dump(M_PI_2);
51 M_PI_2= float(1.5707963267948966)
H A Dconstants.phpt14 "M_PI_2",
37 M_PI_2 : 1.5707963267948966
/php-src/ext/standard/
H A Dphp_math.h57 #ifndef M_PI_2
58 #define M_PI_2 1.57079632679489661923 /* pi/2 */ macro
H A Dbasic_functions.stub.php296 const M_PI_2 = 1.57079632679489661923; define
H A Dbasic_functions_arginfo.h3551 REGISTER_DOUBLE_CONSTANT("M_PI_2", M_PI_2, CONST_PERSISTENT); in register_basic_functions_symbols()
3552 ZEND_ASSERT(M_PI_2 == 1.5707963267948966); in register_basic_functions_symbols()

Completed in 25 milliseconds