Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/tests/math/
H A Dconstants_basic.phpt7 echo "M_LOG2E= ";
8 var_dump(M_LOG2E);
46 M_LOG2E= float(1.4426950408889634)
H A Dconstants.phpt9 "M_LOG2E",
32 M_LOG2E : 1.4426950408889634
/PHP-8.2/ext/standard/
H A Dphp_math.h35 #ifndef M_LOG2E
36 #define M_LOG2E 1.4426950408889634074 /* log_2 e */ macro
H A Dbasic_functions.stub.php238 const M_LOG2E = 1.4426950408889634074; define
H A Dbasic_functions_arginfo.h3530 REGISTER_DOUBLE_CONSTANT("M_LOG2E", M_LOG2E, CONST_PERSISTENT); in register_basic_functions_symbols()
3531 ZEND_ASSERT(M_LOG2E == 1.4426950408889634); in register_basic_functions_symbols()

Completed in 36 milliseconds