| Name | Description |
---|
  | Integrate(FuncDouble, Double, IntervalDouble) |
Numerically integrates a function of one variable.
|
  | Integrate(FuncDouble, Double, Double, Double) |
Numerically integrates a function of one variable.
|
  | Integrate(FuncDouble, Double, Double, IntervalDouble, IntervalDouble) |
Numerically integrates a function of two variables over a rectangular region.
|
  | Integrate(FuncDouble, Double, Double, Double, Double, Double, Double) |
Numerically integrates a function of two variables over a rectangular region.
|