Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/math/
H A Dconstants.phpt11 "M_LN2",
34 M_LN2 : 0.693147[0-9]*
H A Dconstants_basic.phpt13 echo "M_LN2= ";
14 var_dump(M_LN2);
50 M_LN2= float(0.69314718055995)
/PHP-7.4/ext/standard/
H A Dphp_math.h98 #ifndef M_LN2
99 #define M_LN2 0.69314718055994530942 /* log_e 2 */ macro
H A Dbasic_functions.c3640 REGISTER_MATH_CONSTANT(M_LN2); in PHP_MINIT_FUNCTION()

Completed in 13 milliseconds