Home
last modified time | relevance | path

Searched refs:fcentr (Results 1 – 2 of 2) sorted by relevance

/dports/science/py-scipy/scipy-1.7.1/scipy/integrate/quadpack/
H A Ddqng.f79 * d1mach,epmach,epsabs,epsrel,f,fcentr,fval,fval1,fval2,fv1,fv2, local
279 fcentr = f(centr)
288 res21 = w21b(6)*fcentr
289 resabs = w21b(6)*dabs(fcentr)
321 resasc = w21b(6)*dabs(fcentr-reskh)
332 25 res43 = w43b(12)*fcentr
353 45 res87 = w87b(23)*fcentr
/dports/math/maxima/maxima-5.43.2/src/numerical/slatec/
H A Ddqng.lisp149 (l 0) (absc 0.0) (centr 0.0) (dhlgth 0.0) (epmach 0.0) (fcentr 0.0)
156 res10 hlgth fval2 fval1 fval fcentr epmach
170 (setf fcentr
185 (setf res21 (* (f2cl-lib:fref w21b (6) ((1 6))) fcentr))
186 (setf resabs (* (f2cl-lib:fref w21b (6) ((1 6))) (abs fcentr)))
226 (* (f2cl-lib:fref w21b (6) ((1 6))) (abs (- fcentr reskh))))
245 (setf res43 (* (f2cl-lib:fref w43b (12) ((1 12))) fcentr))
270 (setf res87 (* (f2cl-lib:fref w87b (23) ((1 23))) fcentr))