Public evidence
Machine-checked verification for calculation version 2.0.0 · tier engine_tested
CVP status
CVP VERIFIED · CVP protocol 1.0.0-proposed · Core assurance · all published modes
Declared CVP coverage is all four published modes (convert, normalize, engineering, operate) plus invalid-domain. Page published examples and IUT engine automated checks are separate suites.
Legacy regression suite: 6/6 calculation tests · Production surface contract 6/6
Three distinct suites: educational examples on the calculator page, this legacy regression count (6/6 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.
Protocol checks from the Evidence Manifest. Distinct from the legacy regression suite above. Verification revision 2026-09-16.sources-no-wolfram. Calculation version 2.0.0. CVP 1.0.0-proposed. 21/21 golden · 1/1 CVP boundary · 7/7 invalid · 5/5 property · 2/2 metamorphic · 2/2 round-trip · 4/4 cross-interface · 6/6 CVP contract. digest f88ab39bc1d8. Convert / normalize / engineering: ≤2 ULP on scientific coefficient, exact exponent. Operate: ≤2 ULP on reconstructed binary64 plus exact normalized exponent. Invalid domain: matching error codes (overflow / underflow / division by zero / missing). Not a whole-domain guarantee beyond recorded vectors.
Fingerprint sha256:79247c5984f5620b9ef17a07db08f7fdd75ab6ca22af81c141e7b444cc23c9b9
Input schema sha256:5ba7e76cf93a3dbf7078ca878350bfbb77e766b6e082ecd50e24931c503afcbf · Output schema sha256:0c7f5fc2cc591d304952aa956c6d9b2ffd9e642143d9bb19fd56db601ebc4586 · 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.
Engine identity and declared limitations.
Standards and references supporting this tool specification. Methods are listed separately — they are algorithms, not bibliographic sources.
Algorithms this engine uses. Not external references.
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.
| ID | Kind | Status | Detail |
|---|---|---|---|
convert-12300 | golden | pass | Expected coef=1.23 · exp=4 · Actual decimal=12300 · value=1.23 × 10⁴ · mode=convert · calculation_version=2.0.0 · heading=Scientific notation · scientific=1.23 × 10⁴ · e_notation=1.23e4 · engineering=12.3 × 10³ |
convert-1 | golden | pass | Expected coef=1 · exp=0 · Actual decimal=1 · value=1 × 10⁰ · mode=convert · calculation_version=2.0.0 · heading=Scientific notation · scientific=1 × 10⁰ · e_notation=1e0 · engineering=1 × 10⁰ |
convert-zero | golden | pass | Expected coef=0 · exp=0 · Actual decimal=0 · value=0 · mode=convert · calculation_version=2.0.0 · heading=Scientific notation · scientific=0 · e_notation=0e0 · engineering=0 |
sci-dec-basic | golden | pass | Expected 350 · Actual 350 |
bad-mode | boundary | pass | Expected INVALID_MODE · Actual INVALID_MODE |
missing-value | boundary | pass | Expected INVALID_NUMBER · Actual INVALID_NUMBER |