Skip to content

0.2.0 — Fifth engine: NTL

Choose a tag to compare

@Flupke68 Flupke68 released this 05 Jul 16:56
· 2 commits to main since this release

A fifth independent engine joins the panel: ntlNTL (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 answer inf.
  • evaluate now shows five columns (flint, dec, cpp, mpfi, ntl); structuredContent carries the new engine automatically. No client-side change required.