Home
last modified time | relevance | path

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

/php-src/ext/standard/tests/math/
H A Dconstants_basic.phpt13 echo "M_LN10= ";
14 var_dump(M_LN10);
49 M_LN10= float(2.302585092994046)
H A Dconstants.phpt12 "M_LN10",
35 M_LN10 : 2.302585092994046
/php-src/ext/standard/
H A Dphp_math.h49 #ifndef M_LN10
50 #define M_LN10 2.30258509299404568402 /* log_e 10 */ macro
H A Dbasic_functions.stub.php286 const M_LN10 = 2.30258509299404568402; define
H A Dbasic_functions_arginfo.h3649 REGISTER_DOUBLE_CONSTANT("M_LN10", M_LN10, CONST_PERSISTENT); in register_basic_functions_symbols()
3650 ZEND_ASSERT(M_LN10 == 2.302585092994046); in register_basic_functions_symbols()

Completed in 26 milliseconds