Module bacon_sci::integrate

source ·

Functions§

  • Numerically integrate an integral of the form int_-1^1 f(x) / sqrt(1 - x^2) dx within a tolerance.
  • Numerically integrate an integral of the form int_-1^1 f(x) sqrt(1 - x^2) dx within a tolerance.
  • Numerically integrate a function over an interval.
  • Numerically integrate a function over an interval within a tolerance.
  • Numerically integrate an integral of the form int_-inf^inf f(x) exp(-x^2) dx within a tolerance.
  • Numerically integrate an integral of the form int_0^inf f(x) exp(-x) dx within a tolerance.
  • Numerically integrate a function over an interval within a tolerance.