Searched refs:erfc (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/ffidl/ffidl/demos/mathswig/
H A Dmathswig.i55 double erfc(double);
H A Dmathswig_wrap.c1890 if (SWIG_GetArgs(interp, objc, objv,"d:erfc double ",&arg1) == TCL_ERROR) SWIG_fail;
1891 result = (double)erfc(arg1);
2124 { SWIG_prefix "erfc", (swig_wrapper_func) _wrap_erfc, NULL},
/macosx-10.10/ruby-106/ruby/missing/
H A Derf.c81 double erfc(double x) function
84 if (isnan(x)) return x; /* erfc(NaN) = NaN */
85 return (x>0 ? 0.0 : 2.0); /* erfc(+-inf) = 0.0, 2.0 */
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/tr1/
H A Dmath.h54 using std::tr1::erfc;
/macosx-10.10/ruby-106/ruby/include/ruby/
H A Dmissing.h111 RUBY_EXTERN double erfc(double);
/macosx-10.10/tcl-105/tcl_ext/ffidl/ffidl/demos/
H A Dlibm.tcl68 {double erfc(double)}
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dspecial.tcl37 namespace export Beta ln_Gamma Gamma erf erfc fresnel_C fresnel_S sinc
92 # erfc --
97 # erfc(x) = 1.0-erf(x)
99 proc ::math::special::erfc {x} {
/macosx-10.10/tcl-105/tcl_ext/ffidl/ffidl/tests/
H A Dlibm.test123 {double erfc(double)}
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_math.rb206 check(1, Math.erfc(0))
207 check(0, Math.erfc(1.0 / 0.0))
/macosx-10.10/vim-55/runtime/syntax/
H A Dtsscl.vim126 " Error and complementary error fuctions (erf, erfc)
H A Dgnuplot.vim68 syn keyword gnuplotFunc ceil column cos cosh erf erfc exp floor gamma
H A Dmupad.vim92 syn keyword mupadFunction divide domtype doprint erf erfc error eval evalassign
H A Dfortran.vim161 syn keyword fortranExtraIntrinsic algama cdabs cdcos cdexp cdlog cdsin cdsqrt cqabs cqcos cqexp cqlog cqsin cqsqrt dcmplx dconjg derf derfc dfloat dgamma dimag dlgama erf erfc gamma iqint qabs qacos qasin qatan qatan2 qcmplx qconjg qcos qcosh qdim qerf qerfc qexp qgamma qimag qlgama qlog qlog10 qmax1 qmin1 qmod qnint qsign qsin qsinh qsqrt qtan qtanh
320 syn keyword fortran08Intrinsic acosh asinh atanh bessel_j0 bessel_j1 bessel_jn bessel_y0 bessel_y1 bessel_yn erf erfc erfc_scaled gamma log_gamma hypot norm2
H A Dmaple.vim264 syn keyword mvLibrary JacobiCD add erfc irreduc radnormal unames
/macosx-10.10/ksh-23/ksh/src/lib/libast/uwin/
H A Derf.c47 * Performance of erfc(x):
59 * double erfc(double x)
66 * erfc(x) = 1-erf(x)
72 * erfc(x) = 1 - erf(x) if x<=0.25
95 * erfc(x) = (1-c) - P1(s)/Q1(s)
109 * erfc(x) = (1/x)exp(-x*x-(.5*log(pi) -.5z + R(z)/S(z))
115 * erfc(x) = (1/x)exp(-x*x-(.5*log(pi)+eps + zP(z))
122 * erfc(x) ~ ---------- * ( 1 + Poly(1/x^2) );
129 * erfc*x*exp(x*x) ~ 1/sqrt(pi);
142 * erfc(
327 extern double erfc(x) function
[all...]
/macosx-10.10/ruby-106/ruby/lib/
H A Dcmath.rb387 module_function :erfc
/macosx-10.10/ruby-106/ruby/
H A Dmath.c588 * Math.erfc(x) -> float
597 return DBL2NUM(erfc(RFLOAT_VALUE(x)));
825 rb_define_module_function(rb_mMath, "erfc", math_erfc, 1);
H A Dconfigure15354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken erfc of glibc-2.3.6 on IA64" >&5
15355 $as_echo_n "checking for broken erfc of glibc-2.3.6 on IA64... " >&6; }
15369 erfc(10000.0);
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dmathfunc.c142 NUMMATHFUNC("erfc", math_func, 1, 1, MF_ERFC),
315 retd = erfc(argd);
/macosx-10.10/emacs-93/emacs/src/
H A Dfloatfns.c399 DEFUN ("erfc", Ferfc, Serfc, 1, 1, 0,
405 IN_FLOAT (d = erfc (d), "erfc", arg);
/macosx-10.10/emacs-93/emacs/etc/
H A Dcalccard.tex431 \key{error functions erf, erfc}{f e\, I f e}

Completed in 172 milliseconds