Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/tests/math/
H A Dconstants.phpt8 "M_E",
31 M_E : 2.718281[0-9]*
H A Dconstants_basic.phpt7 echo "M_E= ";
8 var_dump(M_E);
47 M_E= float(2.718281828459045)
/PHP-8.0/ext/standard/
H A Dphp_math.h31 #ifndef M_E
32 #define M_E 2.7182818284590452354 /* e */ macro
H A Dbasic_functions.stub.php1083 function log(float $num, float $base = M_E): float {}
H A Dbasic_functions.c313 REGISTER_MATH_CONSTANT(M_E); in PHP_MINIT_FUNCTION()

Completed in 24 milliseconds