Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/tests/math/
H A Dconstants_basic.phpt21 echo "M_1_PI= ";
22 var_dump(M_1_PI);
53 M_1_PI= float(0.3183098861837907)
H A Dconstants.phpt16 "M_1_PI",
39 M_1_PI : 0.3183098861837907
/PHP-8.3/ext/standard/
H A Dphp_math.h64 #ifndef M_1_PI
65 #define M_1_PI 0.31830988618379067154 /* 1/pi */ macro
H A Dbasic_functions.stub.php306 const M_1_PI = 0.31830988618379067154; define
H A Dbasic_functions_arginfo.h3556 REGISTER_DOUBLE_CONSTANT("M_1_PI", M_1_PI, CONST_PERSISTENT); in register_basic_functions_symbols()
3557 ZEND_ASSERT(M_1_PI == 0.3183098861837907); in register_basic_functions_symbols()

Completed in 23 milliseconds