Expand description
Deterministic numerical integration rules over f64 intervals.
Functions§
- midpoint_
rule - Approximates an integral with the midpoint rule.
- rectangle_
rule - Approximates an integral with the left-rectangle rule.
- simpsons_
rule - Approximates an integral with Simpson’s rule.
- trapezoidal_
rule - Approximates an integral with the trapezoidal rule.