Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/tests/math/
H A Dconstants_basic.phpt9 echo "M_LOG2E= ";
10 var_dump(M_LOG2E);
48 M_LOG2E= float(1.442695040889)
H A Dconstants.phpt9 "M_LOG2E",
32 M_LOG2E : 1.442695[0-9]*
/PHP-5.6/ext/standard/
H A Dphp_math.h92 #ifndef M_LOG2E
93 #define M_LOG2E 1.4426950408889634074 /* log_2 e */ macro
H A Dbasic_functions.c3585 REGISTER_MATH_CONSTANT(M_LOG2E); in PHP_MINIT_FUNCTION()

Completed in 33 milliseconds