Releases: Drain-Man/NumInt
Releases · Drain-Man/NumInt
NumInt v1.0.1
Fixed
- Removed overly strict function validation that evaluated f(0), which prevented valid functions like 1/log(x).
- Fixed domain handling so functions with restricted domains (e.g., logarithms) can still be used.
Added
- Added ln(x) as an alias for log(x) in function input.
NumInt v1.0
First public release of NumInt.
Features:
- Left, Right, Midpoint, Trapezoid, and Simpson numerical integration
- CLI and interactive modes
- Exact integral comparison using SymPy
- Windows standalone executable