Cauchy integral
[y [,err]] = intc(a, b, f [,abserr [,relerr]])
two complex scalars
"external" function
real scalars, absolute and relative errors.
Default values: 1.d-14 and 1d-8.
real number, estimated absolute error on the result.
If f is a complex-valued function, intc(a, b, f)
computes the integral from a to b of f(z)dz along the
straight line [a b] of the complex plane.
| Version | Description |
| 5.5.0 | Absolute and relative (input) and absolute (output) errors management added. |