Skip to content

Releases: Drain-Man/NumInt

NumInt v1.0.1

06 Mar 22:57

Choose a tag to compare

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

03 Mar 20:40

Choose a tag to compare

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