Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/tests/math/
H A Dconstants_basic.phpt9 echo "M_LOG10E= ";
10 var_dump(M_LOG10E);
47 M_LOG10E= float(0.4342944819032518)
H A Dconstants.phpt10 "M_LOG10E",
33 M_LOG10E : 0.4342944819032518
/PHP-8.3/ext/standard/
H A Dphp_math.h40 #ifndef M_LOG10E
41 #define M_LOG10E 0.43429448190325182765 /* log_10 e */ macro
H A Dbasic_functions.stub.php276 const M_LOG10E = 0.43429448190325182765; define
H A Dbasic_functions_arginfo.h3544 REGISTER_DOUBLE_CONSTANT("M_LOG10E", M_LOG10E, CONST_PERSISTENT); in register_basic_functions_symbols()
3545 ZEND_ASSERT(M_LOG10E == 0.4342944819032518); in register_basic_functions_symbols()

Completed in 26 milliseconds