Pure Python implementation of Peter Jaeckel's LetsBeRational, providing high-precision computation of implied volatility and option pricing using rational approximations. Current version 1.0.1, released on PyPI with no updates since 2018. Low maintenance but stable.
pip install py-lets-be-rationalNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Computes implied volatility using Let's Be Rational algorithm.
Use `from lets_be_rational import ImpliedVolatility`.
Compute forward = spot * exp((r - q) * T) before calling.
Ensure option price > 0.
No dependency data recorded yet.