Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/math/
H A Dconstants.phpt10 "M_LOG10E",
33 M_LOG10E : 0.434294[0-9]*
H A Dconstants_basic.phpt11 echo "M_LOG10E= ";
12 var_dump(M_LOG10E);
49 M_LOG10E= float(0.43429448190325)
/PHP-7.4/ext/standard/
H A Dphp_math.h94 #ifndef M_LOG10E
95 #define M_LOG10E 0.43429448190325182765 /* log_10 e */ macro
H A Dbasic_functions.c3639 REGISTER_MATH_CONSTANT(M_LOG10E); in PHP_MINIT_FUNCTION()

Completed in 18 milliseconds