intgrt
Performs numeric integration for a provided function over a specific interval.
intgrt
intgrt (func, lbnd:float, ubnd:float, intvl:float)
This function performs a numeric integration using a simple summation approach
| Type | Details | |
|---|---|---|
| func | function or method representing the curve being integrated | |
| lbnd | float | lower bound of integration |
| ubnd | float | upper bound of integration |
| intvl | float | value to be used for ‘dx’ |