Home
last modified time | relevance | path

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

/PHP-8.0/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.6931471805599453)
/PHP-8.0/ext/standard/
H A Dphp_math.h43 #ifndef M_LN2
44 #define M_LN2 0.69314718055994530942 /* log_e 2 */ macro
H A Dbasic_functions.c316 REGISTER_MATH_CONSTANT(M_LN2); in PHP_MINIT_FUNCTION()

Completed in 16 milliseconds