Hankel Transformations using the method of Ogata 2005. Current version 1.2.2, requires Python >=3.6. Maintenance mode with occasional bugfixes.
pip install hankelVerified import paths — ran on the pinned version, not inferred.
Compute Hankel transform of f(x)=exp(-x^2) at points k=1,2.
Use `algorithm='direct' or 'ogata'` instead.
Increase `N` (e.g., 200-500) and compare results.
Adjust `h` value and recompute, or pin to v0.3.x.
Use `from hankel import HankelTransform`.
Ensure `h` > 0, e.g., 0.05.