Home
last modified time | relevance | path

Searched refs:f_erfc (Results 1 – 11 of 11) sorted by relevance

/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dspecfun.h50 void f_erfc(union argument *x);
H A Deval.c182 {"erfc", f_erfc},
H A Dspecfun.c596 f_erfc(union argument *arg) in f_erfc() function
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dspecfun.h50 void f_erfc(union argument *x);
H A Deval.c182 {"erfc", f_erfc},
H A Dspecfun.c596 f_erfc(union argument *arg) in f_erfc() function
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dspecfun.h54 void f_erfc __PROTO((union argument *x));
H A Deval.c178 {"erfc", f_erfc},
H A Dspecfun.c576 f_erfc(union argument *arg) in f_erfc() function
/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DCalculator.h356 …hFunction *f_zeta, *f_gamma, *f_digamma, *f_beta, *f_airy, *f_besselj, *f_bessely, *f_erf, *f_erfc; variable
H A DCalculator.cc1591 f_erfc = addFunction(new ErfcFunction()); in addBuiltinFunctions()
2562 case FUNCTION_ID_ERFC: {return f_erfc;} in getFunctionById()