Home
last modified time | relevance | path

Searched refs:gsl_sf_psi_n_e (Results 1 – 25 of 57) sorted by relevance

123

/dports/mail/bogofilter/bogofilter-1.2.5/gsl/
H A Dgsl_sf_psi.h86 int gsl_sf_psi_n_e(const int n, const double x, gsl_sf_result * result);
/dports/mail/bogofilter-kc/bogofilter-1.2.5/gsl/
H A Dgsl_sf_psi.h86 int gsl_sf_psi_n_e(const int n, const double x, gsl_sf_result * result);
/dports/mail/bogofilter-lmdb/bogofilter-1.2.5/gsl/
H A Dgsl_sf_psi.h86 int gsl_sf_psi_n_e(const int n, const double x, gsl_sf_result * result);
/dports/mail/bogofilter-sqlite/bogofilter-1.2.5/gsl/
H A Dgsl_sf_psi.h86 int gsl_sf_psi_n_e(const int n, const double x, gsl_sf_result * result);
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_sf_psi.h107 int gsl_sf_psi_n_e(const int n, const double x, gsl_sf_result * result);
H A Dgsl_specfunc__gamma.c833 if(aeps > 0.00001) gsl_sf_psi_n_e(2, N+1.0, &psi_2);
834 if(aeps > 0.0002) gsl_sf_psi_n_e(3, N+1.0, &psi_3);
835 if(aeps > 0.001) gsl_sf_psi_n_e(4, N+1.0, &psi_4);
836 if(aeps > 0.005) gsl_sf_psi_n_e(5, N+1.0, &psi_5);
837 if(aeps > 0.01) gsl_sf_psi_n_e(6, N+1.0, &psi_6);
H A Dgsl_specfunc__psi.c768 int gsl_sf_psi_n_e(const int n, const double x, gsl_sf_result * result) in gsl_sf_psi_n_e() function
865 EVAL_RESULT(gsl_sf_psi_n_e(n, x, &result)); in gsl_sf_psi_n()
/dports/math/gsl/gsl-2.7/specfunc/
H A Dgsl_sf_psi.h107 int gsl_sf_psi_n_e(const int n, const double x, gsl_sf_result * result);
H A Dgamma.c833 if(aeps > 0.00001) gsl_sf_psi_n_e(2, N+1.0, &psi_2); in lngamma_sgn_sing()
834 if(aeps > 0.0002) gsl_sf_psi_n_e(3, N+1.0, &psi_3); in lngamma_sgn_sing()
835 if(aeps > 0.001) gsl_sf_psi_n_e(4, N+1.0, &psi_4); in lngamma_sgn_sing()
836 if(aeps > 0.005) gsl_sf_psi_n_e(5, N+1.0, &psi_5); in lngamma_sgn_sing()
837 if(aeps > 0.01) gsl_sf_psi_n_e(6, N+1.0, &psi_6); in lngamma_sgn_sing()
H A Dpsi.c768 int gsl_sf_psi_n_e(const int n, const double x, gsl_sf_result * result) in gsl_sf_psi_n_e() function
865 EVAL_RESULT(gsl_sf_psi_n_e(n, x, &result)); in gsl_sf_psi_n()
H A Dtest_sf.c2177 TEST_SF(s, gsl_sf_psi_n_e, (1, 1, &r), 1.6449340668482264364, TEST_TOL0, GSL_SUCCESS); in test_psi()
2178 TEST_SF(s, gsl_sf_psi_n_e, (1, 2, &r), 0.64493406684822643647, TEST_TOL0, GSL_SUCCESS); in test_psi()
2179 TEST_SF(s, gsl_sf_psi_n_e, (1, 3, &r), 0.39493406684822643647, TEST_TOL0, GSL_SUCCESS); in test_psi()
2180 TEST_SF(s, gsl_sf_psi_n_e, (1, 4, &r), 0.28382295573711532536, TEST_TOL0, GSL_SUCCESS); in test_psi()
2182 TEST_SF(s, gsl_sf_psi_n_e, (1, 5, &r), 0.22132295573711532536, TEST_TOL0, GSL_SUCCESS); in test_psi()
2183 TEST_SF(s, gsl_sf_psi_n_e, (1, 100, &r), 0.010050166663333571395, TEST_TOL0, GSL_SUCCESS); in test_psi()
2184 TEST_SF(s, gsl_sf_psi_n_e, (1, 110, &r), 0.009132356622022545705, TEST_TOL0, GSL_SUCCESS); in test_psi()
2185 TEST_SF(s, gsl_sf_psi_n_e, (1, 500, &r), 0.0020020013333322666697, TEST_TOL0, GSL_SUCCESS); in test_psi()
2187 TEST_SF(s, gsl_sf_psi_n_e, (3, 5.0, &r), 0.021427828192755075022, TEST_TOL0, GSL_SUCCESS); in test_psi()
2192 TEST_SF(s, gsl_sf_psi_n_e, (0, -1.5, &r), 0.70315664064524318723, TEST_TOL0, GSL_SUCCESS); in test_psi()
[all …]
/dports/math/p5-Math-GSL/Math-GSL-0.43/t/
H A DSF.t1039 'gsl_sf_psi_n_e(1, 1,$r)' => 1.6449340668482264364,
1040 'gsl_sf_psi_n_e(1, 2,$r)' => 0.64493406684822643647,
1041 'gsl_sf_psi_n_e(1, 3,$r)' => 0.39493406684822643647,
1042 'gsl_sf_psi_n_e(1, 4,$r)' => 0.28382295573711532536,
1043 'gsl_sf_psi_n_e(1, 5,$r)' => 0.22132295573711532536,
1044 'gsl_sf_psi_n_e(1, 100,$r)' => 0.010050166663333571395,
1045 'gsl_sf_psi_n_e(1, 110,$r)' => 0.009132356622022545705,
1046 'gsl_sf_psi_n_e(1, 500,$r)' => 0.0020020013333322666697,
1047 'gsl_sf_psi_n_e(3, 5.0,$r)' => 0.021427828192755075022,
1051 'gsl_sf_psi_n_e(0, -1.5,$r)' => 0.70315664064524318723,
[all …]
/dports/mail/bogofilter-sqlite/bogofilter-1.2.5/gsl/specfunc/
H A Dpsi.c586 int gsl_sf_psi_n_e(const int n, const double x, gsl_sf_result * result) in gsl_sf_psi_n_e() function
636 EVAL_RESULT(gsl_sf_psi_n_e(n, x, &result)); in gsl_sf_psi_n()
H A Dgamma.c838 if(aeps > 0.00001) gsl_sf_psi_n_e(2, N+1.0, &psi_2); in lngamma_sgn_sing()
839 if(aeps > 0.0002) gsl_sf_psi_n_e(3, N+1.0, &psi_3); in lngamma_sgn_sing()
840 if(aeps > 0.001) gsl_sf_psi_n_e(4, N+1.0, &psi_4); in lngamma_sgn_sing()
841 if(aeps > 0.005) gsl_sf_psi_n_e(5, N+1.0, &psi_5); in lngamma_sgn_sing()
842 if(aeps > 0.01) gsl_sf_psi_n_e(6, N+1.0, &psi_6); in lngamma_sgn_sing()
/dports/mail/bogofilter/bogofilter-1.2.5/gsl/specfunc/
H A Dpsi.c586 int gsl_sf_psi_n_e(const int n, const double x, gsl_sf_result * result) in gsl_sf_psi_n_e() function
636 EVAL_RESULT(gsl_sf_psi_n_e(n, x, &result)); in gsl_sf_psi_n()
H A Dgamma.c838 if(aeps > 0.00001) gsl_sf_psi_n_e(2, N+1.0, &psi_2); in lngamma_sgn_sing()
839 if(aeps > 0.0002) gsl_sf_psi_n_e(3, N+1.0, &psi_3); in lngamma_sgn_sing()
840 if(aeps > 0.001) gsl_sf_psi_n_e(4, N+1.0, &psi_4); in lngamma_sgn_sing()
841 if(aeps > 0.005) gsl_sf_psi_n_e(5, N+1.0, &psi_5); in lngamma_sgn_sing()
842 if(aeps > 0.01) gsl_sf_psi_n_e(6, N+1.0, &psi_6); in lngamma_sgn_sing()
/dports/mail/bogofilter-kc/bogofilter-1.2.5/gsl/specfunc/
H A Dpsi.c586 int gsl_sf_psi_n_e(const int n, const double x, gsl_sf_result * result) in gsl_sf_psi_n_e() function
636 EVAL_RESULT(gsl_sf_psi_n_e(n, x, &result)); in gsl_sf_psi_n()
H A Dgamma.c838 if(aeps > 0.00001) gsl_sf_psi_n_e(2, N+1.0, &psi_2); in lngamma_sgn_sing()
839 if(aeps > 0.0002) gsl_sf_psi_n_e(3, N+1.0, &psi_3); in lngamma_sgn_sing()
840 if(aeps > 0.001) gsl_sf_psi_n_e(4, N+1.0, &psi_4); in lngamma_sgn_sing()
841 if(aeps > 0.005) gsl_sf_psi_n_e(5, N+1.0, &psi_5); in lngamma_sgn_sing()
842 if(aeps > 0.01) gsl_sf_psi_n_e(6, N+1.0, &psi_6); in lngamma_sgn_sing()
/dports/mail/bogofilter-lmdb/bogofilter-1.2.5/gsl/specfunc/
H A Dpsi.c586 int gsl_sf_psi_n_e(const int n, const double x, gsl_sf_result * result) in gsl_sf_psi_n_e() function
636 EVAL_RESULT(gsl_sf_psi_n_e(n, x, &result)); in gsl_sf_psi_n()
H A Dgamma.c838 if(aeps > 0.00001) gsl_sf_psi_n_e(2, N+1.0, &psi_2); in lngamma_sgn_sing()
839 if(aeps > 0.0002) gsl_sf_psi_n_e(3, N+1.0, &psi_3); in lngamma_sgn_sing()
840 if(aeps > 0.001) gsl_sf_psi_n_e(4, N+1.0, &psi_4); in lngamma_sgn_sing()
841 if(aeps > 0.005) gsl_sf_psi_n_e(5, N+1.0, &psi_5); in lngamma_sgn_sing()
842 if(aeps > 0.01) gsl_sf_psi_n_e(6, N+1.0, &psi_6); in lngamma_sgn_sing()
/dports/math/R-cran-gsl/gsl/src/
H A Dpsi.c84 status[i] = gsl_sf_psi_n_e(m[i], x[i], &result) ; in psi_n()
/dports/math/PDL/PDL-2.019/Lib/GSL/SF/psi/
H A Dgsl_sf_psi.pd61 GSLERR(gsl_sf_psi_n_e,($COMP(n),$x(),&r))
/dports/math/py-pygsl/pygsl-2.3.0/doc/api/sf/
H A Dsf__psi_doc.rst67 Wrapper for :c:func:`gsl_sf_psi_n_e`
68 c code signature: int gsl_sf_psi_n_e(const int n, const double x, gsl_sf_result* result)
/dports/math/gsl/gsl-2.7/doc/
H A Dspecfunc-psi.rst71 int gsl_sf_psi_n_e (int n, double x, gsl_sf_result * result)
/dports/math/octave-forge-gsl/gsl-2.1.1/src/
H A Dconfigure.ac267 AC_CHECK_FUNCS([gsl_sf_psi_n_e],,[GSL_MISSING="${GSL_MISSING} gsl_sf_psi_n"])
268 AC_CHECK_FUNCS([gsl_sf_psi_n_e],,[GSL_MISSING="${GSL_MISSING} psi_n"])

123