Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/tests/math/
H A Dconstants_basic.phpt11 echo "M_LN2= ";
12 var_dump(M_LN2);
48 M_LN2= float(0.6931471805599453)
H A Dconstants.phpt11 "M_LN2",
34 M_LN2 : 0.6931471805599453
/PHP-8.3/ext/standard/
H A Dphp_math.h44 #ifndef M_LN2
45 #define M_LN2 0.69314718055994530942 /* log_e 2 */ macro
H A Dbasic_functions.stub.php281 const M_LN2 = 0.69314718055994530942; define
H A Dbasic_functions_arginfo.h3546 REGISTER_DOUBLE_CONSTANT("M_LN2", M_LN2, CONST_PERSISTENT); in register_basic_functions_symbols()
3547 ZEND_ASSERT(M_LN2 == 0.6931471805599453); in register_basic_functions_symbols()

Completed in 22 milliseconds