Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/math/
H A Dconstants_basic.phpt15 echo "M_LN10= ";
16 var_dump(M_LN10);
51 M_LN10= float(2.302585092994)
H A Dconstants.phpt12 "M_LN10",
35 M_LN10 : 2.302585[0-9]*
/PHP-5.5/ext/standard/
H A Dphp_math.h104 #ifndef M_LN10
105 #define M_LN10 2.30258509299404568402 /* log_e 10 */ macro
H A Dbasic_functions.c3614 REGISTER_MATH_CONSTANT(M_LN10); in PHP_MINIT_FUNCTION()

Completed in 24 milliseconds