Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/tests/math/
H A Dconstants_basic.phpt13 echo "M_LN2= ";
14 var_dump(M_LN2);
50 M_LN2= float(0.69314718055995)
H A Dconstants.phpt11 "M_LN2",
34 M_LN2 : 0.693147[0-9]*
/PHP-5.4/ext/standard/
H A Dphp_math.h100 #ifndef M_LN2
101 #define M_LN2 0.69314718055994530942 /* log_e 2 */ macro
H A Dbasic_functions.c3560 REGISTER_MATH_CONSTANT(M_LN2); in PHP_MINIT_FUNCTION()

Completed in 14 milliseconds