Home Developers Evidence math.quadratic

Public evidence

math.quadratic

Machine-checked verification for calculation version 1.0.4 · tier engine_tested

CVP: CVP VERIFIED · CVP protocol 1.0.0-proposed · Core assurance· Declared partitions are two-real, repeated, complex, irrational, near-double-root, large-scale, fraction-input, cancellation, invalid-domain — not a claim that every quadratic is covered. Near-double-root, large-scale, and cancellation are numerical-boundary partitions and are in the O3 tabulated ULP claim. · Protocol · Schema · Production report

Declared partition coverage
PASS · 9/9 declared partitions (two-real, repeated, complex, irrational, near-double-root, large-scale, fraction-input, cancellation, invalid-domain)
Versions
Calculation 1.0.4 · CVP protocol 1.0.0-proposed · Evidence 2026-09-16.sources-no-wolfram
Verification revision
2026-09-16.sources-no-wolfram · 5/5 property · digest 07d7671fb2dd

Verification

Legacy regression suite: 9/9 calculation tests · Production surface contract 4/4

Three distinct suites: educational examples on the calculator page, this legacy regression count (9/9 golden + boundary), and the CVP verification suite below. They are not the same number. Property, metamorphic, round-trip, O3, and interface statuses/checks are recorded in the CVP Manifest . SKIP (0/0) means that suite has no published vectors.

    This calculator CURRENT · Public schema 1.0.4 matches · Semantic contract ✓ · Production attested · Public/cache ✓ · Origin ✓

CVP verification suite

Protocol checks from the Evidence Manifest. Distinct from the legacy regression suite above. Verification revision 2026-09-16.sources-no-wolfram. Calculation version 1.0.4. CVP 1.0.0-proposed. 9/9 golden · 3/3 CVP boundary · 3/3 invalid · 5/5 property · 1/1 metamorphic · 9/9 O3 · 2/2 cross-interface · 4/4 CVP contract. digest 07d7671fb2dd. ≤4 ULP vs O3 applies only to the published tabulated vectors (two-real, repeated, complex, irrational, near-double-root, fraction-numeric, downward, large-scale, cancellation). It is not a guarantee over the entire coefficient space. Roots use a cancellation-safe q-form at the same ± order as x = (−b ± √Δ)/(2a).

  • Golden (oracle-backed) 9 / 9
  • CVP boundary 3 / 3
  • Invalid input 3 / 3
  • Property 5 / 5
  • Metamorphic 1 / 1
  • O3 high-precision 9 / 9
  • Cross-interface 2 / 2
  • CVP contract 4 / 4
  • Interfaces PASS · UI (SSR) / REST / MCP
  • Interface claim ui-ssr is query-result HTML, not a live browser session. Core profile does not include Live-graph integration. Label collision, near-double-root markers, viewport switching, and pointer interaction need independent visual tests.
  • Assurance Core
  • release artifacts aligned PASS
  • schema valid input executes PASS
  • engine success output validates schema PASS
  • schema rejects incomplete input PASS

Fingerprint sha256:ad1b4bbaae79ceb528e5a2d6a3254e1d4698dd642f3187c29fbb91ea9dfee19f

Input schema sha256:cf9d8940159f1a221083b885155e5df7133f8840c93c59a4fa44637ce38cde0c · Output schema sha256:3e632c456e878b78b10ad517cbe477b6ffe2a9a45715ddf868403d88fc0b63b8 · Build-time SHA-256 digests prove published artifacts agree with each other (release_integrity.scope=workspace). Production attestation GETs canonical URLs twice (public/cached view and origin), including Capability HTML, via npm run attest:production --write (published at /.well-known/calculatorx-production-attestation.json) and fails if the public Capability page advertises a different calculation_version. This is artifact consistency, not an independent immutable release log.

Build & scope

Engine identity and declared limitations.

Tool
quadratic
Engine
quadratic
Engine build
2026-09-16
Evidence core
2026-09-16T06:41:00.884Z
Rendered
2026-09-16T22:03:43.773Z
Last reviewed

Assumptions

  • a ≠ 0; coefficients are real numbers (fractions allowed).

Limitations

  • a = 0 → NOT_QUADRATIC
  • Missing coefficient → MISSING_REQUIRED_INPUT
  • Δ < 0 yields complex conjugate roots {real, imag}

Sources

Standards and references supporting this tool specification. Methods are listed separately — they are algorithms, not bibliographic sources.

Legacy published checks

Golden and boundary cases from the legacy Evidence JSON. CVP property, metamorphic, round-trip, O3, and interface statuses/checks are recorded in the Manifest — including SKIP when a suite has no vectors.

IDKindStatusDetail
two-realgoldenpassExpected x1=4 · x2=2 · delta=4 · Actual x1=4 · x2=2 · delta=4 · value=4, 2 · a=1 · b=-6 · c=8 · xv=3
repeatedgoldenpassExpected x1=2 · x2=2 · delta=0 · Actual x1=2 · x2=2 · delta=0 · value=2 · a=1 · b=-4 · c=4 · xv=2
complexgoldenpassExpected delta=-16 · real=-1 · imag=2 · Actual delta=-16 · real=-1 · imag=2 · value=-1 ± 2i · a=1 · b=2 · c=5 · xv=-1
default-two-realgoldenpassExpected x1=3 · x2=2 · delta=1 · Actual x1=3 · x2=2 · delta=1 · value=3, 2 · a=1 · b=-5 · c=6 · xv=2.5
irrationalgoldenpassExpected delta=44 · Actual x1=7.3166247903554 · x2=0.6833752096446002 · delta=44 · value=7.31662479, 0.6833752096 · a=1 · b=-8 · c=5 · xv=4
not-quadraticboundarypassExpected NOT_QUADRATIC · Actual NOT_QUADRATIC
cancellationgoldenpassExpected x2=1e-8 · Actual x1=100000000 · x2=1e-8 · delta=9999999999999996 · value=100000000, 1e-8 · a=1 · b=-100000000 · c=1 · xv=50000000
missing-aboundarypassExpected MISSING_REQUIRED_INPUT · Actual MISSING_REQUIRED_INPUT
boundary-quad-a0boundarypassExpected NOT_QUADRATIC · Actual NOT_QUADRATIC