Home
last modified time | relevance | path

Searched refs:M_SQRTPI (Results 1 – 25 of 221) sorted by relevance

123456789

/dports/math/qtiplot-doc/qtiplot-0.9.8.9/fitPlugins/fitRational1/
H A DfitRational1.cpp74 return (params[0]*t2*x/(1+4*M_SQRTPI*x*x*t2)); in function_eval()
93 double Yi = a*tau2*t/(1 + 4*M_SQRTPI*t*t*tau2); in function_f()
116 double dYi = ((a*tau2*t/(1 + 4*M_SQRTPI*t*t*tau2))-Y[i])/sigma[i]; in function_d()
143 double r = tau*t/(1 + 4*M_SQRTPI*tau2*t*t)/sigma[i]; in function_df()
145 gsl_matrix_set (J, i, 1, 2*a*r*(1-4*M_SQRTPI*tau2*t*t)); in function_df()
/dports/science/scidavis/scidavis-2.4.0/fitPlugins/fitRational1/
H A DfitRational1.cpp75 return (params[0] * t2 * x / (1 + 4 * M_SQRTPI * x * x * t2)); in function_eval()
92 double Yi = a * tau2 * t / (1 + 4 * M_SQRTPI * t * t * tau2); in function_f()
114 double dYi = ((a * tau2 * t / (1 + 4 * M_SQRTPI * t * t * tau2)) - Y[i]) / sigma[i]; in function_d()
139 double r = tau * t / (1 + 4 * M_SQRTPI * tau2 * t * t) / sigma[i]; in function_df()
141 gsl_matrix_set(J, i, 1, 2 * a * r * (1 - 4 * M_SQRTPI * tau2 * t * t)); in function_df()
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/math/
H A Dconstants_basic.phpt27 echo "M_SQRTPI= ";
28 var_dump(M_SQRTPI);
57 M_SQRTPI= float(1.772453850905516)
H A Dconstants.phpt18 "M_SQRTPI",
41 M_SQRTPI : 1.772453[0-9]*
/dports/lang/php73/php-7.3.33/ext/standard/tests/math/
H A Dconstants_basic.phpt27 echo "M_SQRTPI= ";
28 var_dump(M_SQRTPI);
57 M_SQRTPI= float(1.7724538509055)
H A Dconstants.phpt18 "M_SQRTPI",
41 M_SQRTPI : 1.772453[0-9]*
/dports/lang/php80/php-8.0.15/ext/standard/tests/math/
H A Dconstants_basic.phpt27 echo "M_SQRTPI= ";
28 var_dump(M_SQRTPI);
57 M_SQRTPI= float(1.772453850905516)
H A Dconstants.phpt18 "M_SQRTPI",
41 M_SQRTPI : 1.772453[0-9]*
/dports/lang/php74/php-7.4.27/ext/standard/tests/math/
H A Dconstants_basic.phpt27 echo "M_SQRTPI= ";
28 var_dump(M_SQRTPI);
57 M_SQRTPI= float(1.7724538509055)
H A Dconstants.phpt18 "M_SQRTPI",
41 M_SQRTPI : 1.772453[0-9]*
/dports/lang/php81/php-8.1.1/ext/standard/tests/math/
H A Dconstants_basic.phpt27 echo "M_SQRTPI= ";
28 var_dump(M_SQRTPI);
57 M_SQRTPI= float(1.772453850905516)
H A Dconstants.phpt18 "M_SQRTPI",
41 M_SQRTPI : 1.772453[0-9]*
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/math/
H A Dconstants_basic.phpt27 echo "M_SQRTPI= ";
28 var_dump(M_SQRTPI);
57 M_SQRTPI= float(1.7724538509055)
H A Dconstants.phpt18 "M_SQRTPI",
41 M_SQRTPI : 1.772453[0-9]*
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/math/
H A Dconstants_basic.phpt27 echo "M_SQRTPI= ";
28 var_dump(M_SQRTPI);
57 M_SQRTPI= float(1.772453850905516)
H A Dconstants.phpt18 "M_SQRTPI",
41 M_SQRTPI : 1.772453[0-9]*
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/math/
H A Dconstants_basic.phpt27 echo "M_SQRTPI= ";
28 var_dump(M_SQRTPI);
57 M_SQRTPI= float(1.7724538509055)
H A Dconstants.phpt18 "M_SQRTPI",
41 M_SQRTPI : 1.772453[0-9]*
/dports/math/unuran/unuran-1.8.1/src/utils/
H A Dunur_math_source.h67 #ifndef M_SQRTPI
68 #define M_SQRTPI 1.77245385090551602729816748334 /* sqrt(pi) */ macro
/dports/finance/quantlib/QuantLib-1.20/ql/
H A Dmathconstants.hpp73 #ifndef M_SQRTPI
74 #define M_SQRTPI 1.77245385090551602792981 macro
/dports/mail/bogofilter/bogofilter-1.2.5/gsl/specfunc/
H A Derfc.c134 result->val = 2.0 / M_SQRTPI * e; in erfseries()
135 result->err = 2.0 / M_SQRTPI * (fabs(del) + GSL_DBL_EPSILON); in erfseries()
243 return exp(-x*x)/x * erfcasympsum(x) / M_SQRTPI;
311 const double y = x / M_SQRTPI; in gsl_sf_log_erfc_e()
381 result->val = ex2 / (M_SQRT2 * M_SQRTPI); in gsl_sf_erf_Z_e()
/dports/mail/bogofilter-sqlite/bogofilter-1.2.5/gsl/specfunc/
H A Derfc.c134 result->val = 2.0 / M_SQRTPI * e; in erfseries()
135 result->err = 2.0 / M_SQRTPI * (fabs(del) + GSL_DBL_EPSILON); in erfseries()
243 return exp(-x*x)/x * erfcasympsum(x) / M_SQRTPI;
311 const double y = x / M_SQRTPI; in gsl_sf_log_erfc_e()
381 result->val = ex2 / (M_SQRT2 * M_SQRTPI); in gsl_sf_erf_Z_e()
/dports/mail/bogofilter-kc/bogofilter-1.2.5/gsl/specfunc/
H A Derfc.c134 result->val = 2.0 / M_SQRTPI * e; in erfseries()
135 result->err = 2.0 / M_SQRTPI * (fabs(del) + GSL_DBL_EPSILON); in erfseries()
243 return exp(-x*x)/x * erfcasympsum(x) / M_SQRTPI;
311 const double y = x / M_SQRTPI; in gsl_sf_log_erfc_e()
381 result->val = ex2 / (M_SQRT2 * M_SQRTPI); in gsl_sf_erf_Z_e()
/dports/mail/bogofilter-lmdb/bogofilter-1.2.5/gsl/specfunc/
H A Derfc.c134 result->val = 2.0 / M_SQRTPI * e; in erfseries()
135 result->err = 2.0 / M_SQRTPI * (fabs(del) + GSL_DBL_EPSILON); in erfseries()
243 return exp(-x*x)/x * erfcasympsum(x) / M_SQRTPI;
311 const double y = x / M_SQRTPI; in gsl_sf_log_erfc_e()
381 result->val = ex2 / (M_SQRT2 * M_SQRTPI); in gsl_sf_erf_Z_e()
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_specfunc__erfc.c134 result->val = 2.0 / M_SQRTPI * e;
135 result->err = 2.0 / M_SQRTPI * (fabs(del) + GSL_DBL_EPSILON);
243 return exp(-x*x)/x * erfcasympsum(x) / M_SQRTPI;
311 const double y = x / M_SQRTPI;
381 result->val = ex2 / (M_SQRT2 * M_SQRTPI);

123456789