0.2.0 — Fifth engine: NTL
A fifth independent engine joins the panel: ntl — NTL (Victor Shoup), arbitrary-precision binary floating point with an exact integer mantissa, computed at your requested precision.
- Same function catalog as the other engines — nothing disabled.
- Exact comparisons, with a within-precision diagnostic when two values agree to (almost) all of your requested digits.
- No infinities, no NaN: singular inputs (like
1/0) return an explicit error — an honest divergence from engines that answerinf. evaluatenow shows five columns (flint, dec, cpp, mpfi, ntl);structuredContentcarries the new engine automatically. No client-side change required.