Home
last modified time | relevance | path

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

12345678910>>...20

/dports/www/mod_php81/php-8.1.1/ext/standard/tests/math/
H A Dconstants_basic.phpt11 echo "M_LOG10E= ";
12 var_dump(M_LOG10E);
49 M_LOG10E= float(0.4342944819032518)
H A Dconstants.phpt10 "M_LOG10E",
33 M_LOG10E : 0.434294[0-9]*
/dports/lang/php73/php-7.3.33/ext/standard/tests/math/
H A Dconstants_basic.phpt11 echo "M_LOG10E= ";
12 var_dump(M_LOG10E);
49 M_LOG10E= float(0.43429448190325)
H A Dconstants.phpt10 "M_LOG10E",
33 M_LOG10E : 0.434294[0-9]*
/dports/lang/php80/php-8.0.15/ext/standard/tests/math/
H A Dconstants_basic.phpt11 echo "M_LOG10E= ";
12 var_dump(M_LOG10E);
49 M_LOG10E= float(0.4342944819032518)
H A Dconstants.phpt10 "M_LOG10E",
33 M_LOG10E : 0.434294[0-9]*
/dports/lang/php74/php-7.4.27/ext/standard/tests/math/
H A Dconstants_basic.phpt11 echo "M_LOG10E= ";
12 var_dump(M_LOG10E);
49 M_LOG10E= float(0.43429448190325)
H A Dconstants.phpt10 "M_LOG10E",
33 M_LOG10E : 0.434294[0-9]*
/dports/lang/php81/php-8.1.1/ext/standard/tests/math/
H A Dconstants_basic.phpt11 echo "M_LOG10E= ";
12 var_dump(M_LOG10E);
49 M_LOG10E= float(0.4342944819032518)
H A Dconstants.phpt10 "M_LOG10E",
33 M_LOG10E : 0.434294[0-9]*
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/math/
H A Dconstants_basic.phpt11 echo "M_LOG10E= ";
12 var_dump(M_LOG10E);
49 M_LOG10E= float(0.43429448190325)
H A Dconstants.phpt10 "M_LOG10E",
33 M_LOG10E : 0.434294[0-9]*
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/math/
H A Dconstants_basic.phpt11 echo "M_LOG10E= ";
12 var_dump(M_LOG10E);
49 M_LOG10E= float(0.4342944819032518)
H A Dconstants.phpt10 "M_LOG10E",
33 M_LOG10E : 0.434294[0-9]*
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/math/
H A Dconstants_basic.phpt11 echo "M_LOG10E= ";
12 var_dump(M_LOG10E);
49 M_LOG10E= float(0.43429448190325)
H A Dconstants.phpt10 "M_LOG10E",
33 M_LOG10E : 0.434294[0-9]*
/dports/biology/freebayes/freebayes-1.3.5/python/
H A Dphred.py4 M_LOG10E = math.log10(math.e) variable
10 return -10 * M_LOG10E * prob
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/stdlib/
H A Dmath.h35 #ifndef M_LOG10E
36 #define M_LOG10E 0.43429448190325182765 /* log_10 e */ macro
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_expr/
H A Dexprincl.h62 #ifndef M_LOG10E
63 #define M_LOG10E 0.43429448190325182765 macro
/dports/math/spar/spar-0.5.10/lib/constant/
H A Dsl_constant.h27 #undef M_LOG10E
41 #define M_LOG10E 0.43429448190325182765 /* log_10 e */ macro
/dports/finance/quantlib/QuantLib-1.20/ql/
H A Dmathconstants.hpp33 #ifndef M_LOG10E
34 #define M_LOG10E 0.434294481903251827651 macro
/dports/cad/ngspice_rework/ngspice-35/src/include/ngspice/
H A Ddefines.h43 #ifndef M_LOG10E
44 #define M_LOG10E CONSTlog10e macro
H A Dcm.h68 #ifndef M_LOG10E
69 #define M_LOG10E CONSTlog10e macro
/dports/science/tfel-edf/tfel-3.2.1/tests/Math/
H A DCubicRoots.cxx36 #ifndef M_LOG10E
37 #define M_LOG10E 0.43429448190325182765 /* log_10 e */ macro
128 generate_coef(a3,a2,a1,a0,-M_E,M_LOG2E,-M_LOG10E); in main()
/dports/science/tfel/tfel-3.4.0/tests/Math/
H A DCubicRoots.cxx36 #ifndef M_LOG10E
37 #define M_LOG10E 0.43429448190325182765 /* log_10 e */ macro
128 generate_coef(a3,a2,a1,a0,-M_E,M_LOG2E,-M_LOG10E); in main()

12345678910>>...20