|
| 1 | +class error(Exception): ... |
| 2 | + |
| 3 | +# _qagie(fun, bound, inf, | args, full_output, epsabs, epsrel, limit) -> {out} |
| 4 | +# _qagse(fun, a, b, | args, full_output, epsabs, epsrel, limit) -> {out} |
| 5 | +# _qagpe(fun, a, b, points, | args, full_output, epsabs, epsrel, limit) -> {out} |
| 6 | +# _qawce(fun, a, b, c, | args, full_output, epsabs, epsrel, limit) -> {out} |
| 7 | +# _qawse(fun, a, b, (alpha, beta), integr, | args, full_output, epsabs, epsrel, limit) -> {out} |
| 8 | +# _qawfe(fun, a, omega, integr, | args, full_output, epsabs, limlst, limit, maxp1) -> {out} |
| 9 | +# _qawoe(fun, a, b, omega, integr, | args, full_output, epsabs, epsrel, limit, maxp1, icall, momcom, chebmo) -> {out} |
| 10 | + |
| 11 | +# {out} := [result, abserr, infodict, ier] |
0 commit comments