Home
last modified time | relevance | path

Searched refs:sici (Results 1 – 25 of 135) sorted by relevance

123456

/dports/science/py-scipy/scipy-1.7.1/scipy/special/tests/
H A Dtest_sici.py12 def sici(x): function
13 si, ci = sc.sici(x + 0j)
17 si, ci = sc.sici(x)
19 FuncData(sici, dataset, 0, (1, 2), rtol=1e-12).check()
/dports/math/gap/gap-4.11.0/lib/
H A Dprimality.gd19 ## http://links.jstor.org/sici?sici=0025-5718%28197504%2929%3A130%3C620%3ANPCAFO%3E2.0.CO%3B2-N
35 ## http://links.jstor.org/sici?sici=0025-5718%28198007%2935%3A151%3C1003%3ATPT%3E2.0.CO%3B2-D
53 ## http://links.jstor.org/sici?sici=0025-5718%28198010%2935%3A152%3C1391%3ALP%3E2.0.CO%3B2-N
/dports/math/grace/grace-5.1.25/src/
H A Dmathstuff.c58 (void) sici(x, &dummy1, &retval); in ci_wrap()
65 (void) sici(x, &retval, &dummy1); in si_wrap()
/dports/math/grace/grace-5.1.25/cephes/
H A DMake.common10 polyn.c psi.c revers.c rgamma.c round.c shichi.c sici.c \
20 shichi$(O) sici$(O) spence$(O) stdtr$(O) struve$(O) \
H A Dsici.c583 int sici( x, si, ci ) in sici() function
H A Dcephes.h59 extern int sici ( double x, double *si, double *ci );
/dports/science/py-scipy/scipy-1.7.1/doc/source/tutorial/
H A Dspecial.rst85 csc.sici(x, &si, &ci)
93 is selected at compile time. The function ``csc.sici`` works slightly
94 differently from `sici`; for the ufunc we could write ``ai, bi =
95 sici(x)``, whereas in the Cython version multiple return values are
97 calling a ufunc with an output array: ``sici(x, out=(si, ci))``.
/dports/science/py-scipy/scipy-1.7.1/scipy/special/cephes/
H A Dsici.c191 int sici(x, si, ci) in sici() function
H A Dcephes_names.h79 #define sici cephes_sici macro
/dports/math/p5-Math-Cephes/Math-Cephes-0.5305/t/
H A Dmisc.t40 my ($flagt, $Si, $Ci) = sici($x);
/dports/math/p5-Math-Cephes/Math-Cephes-0.5305/libmd/
H A Dsici.c591 int sici( x, si, ci ) in sici() function
H A Dprotos.h151 extern int sici ( double x, double *y, double *z );
/dports/games/0verkill/0verkill-0.16/data/
H A Dlevel2.dn62 Singer-pozor-neplest-s-kolegou-ktery-vyrabel-sici-stroje-:-) N 266 98
H A Dlevel2.sp75 Singer-pozor-neplest-s-kolegou-ktery-vyrabel-sici-stroje-:-) grx/zpevak.avi
/dports/textproc/p5-Algorithm-CheckDigits/Algorithm-CheckDigits-v1.3.5/t/
H A Dvalid.data62 [ 'sici', '0724-8679(20040308)6:<138>2.0.TX;2-H',
/dports/science/py-scipy/scipy-1.7.1/scipy/special/
H A Dcephes.h111 extern int sici(double x, double *si, double *ci);
H A D_sici.pxd81 sf_error.error("sici", sf_error.DOMAIN, NULL)
H A D_cephes.pxd81 int sici(double x, double *si, double *ci)
/dports/math/p5-Math-Cephes/Math-Cephes-0.5305/lib/Math/
H A DCephes.pm278 *sici = *Math::Cephesc::sici;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/structure/cd_utils/
H A DcuCdCore.cpp533 list< CRef< CSeq_id > >::const_iterator sici; in GetSeqEntryForRow() local
543 for (sici = (*seci)->GetSeq().GetId().begin(); in GetSeqEntryForRow()
544 sici != (*seci)->GetSeq().GetId().end() && result == false; ++sici) { in GetSeqEntryForRow()
545 if (seqID->Match(**sici)) { in GetSeqEntryForRow()
/dports/math/p5-Math-Cephes/Math-Cephes-0.5305/
H A DMANIFEST115 libmd/sici.c
H A DCephes.i214 extern int sici ( double x, double *OUTPUT, double *OUTPUT );
/dports/devel/boost-docs/boost_1_72_0/libs/math/reporting/accuracy/
H A DJamfile.v258 shichi.c sici.c sin.c sindg.c sinh.c spence.c stdtr.c struve.c
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/reporting/accuracy/
H A DJamfile.v258 shichi.c sici.c sin.c sindg.c sinh.c spence.c stdtr.c struve.c
/dports/devel/boost-libs/boost_1_72_0/libs/math/reporting/accuracy/
H A DJamfile.v258 shichi.c sici.c sin.c sindg.c sinh.c spence.c stdtr.c struve.c

123456