Skip to main content

Module integration

Module integration 

Source
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.