Public evidence
Machine-checked verification for calculation version 1.0.0 · tier engine_tested
9/9 calculation tests · Production surface contract 4/4
Fingerprint sha256:d622c6611d7855cf87621d4fb64455f55fa94c11b68aa28c7db9765b03e2f118
Input schema sha256:acb60c714a1493f7f17143c6226654e29e09b29de546b8132f1087c839085132 · Output schema sha256:f93835add46ecb8c275e8d8f1ec3c4fce4e20ed754ae8ef75fde339410753de6 · 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.
Golden, boundary, and property cases included in this evidence build.
| ID | Kind | Status | Detail |
|---|---|---|---|
golden-rk4-exp | golden | pass | Expected exact=2.718281828459045 · Actual n=40 · method=rk4 · rhs=linear · t0=0 · t1=1 · y0=1 · h=0.025 · y=2.71828181979 |
golden-euler-exp | golden | pass | Expected exact=2.718281828459045 · Actual n=40 · method=euler · rhs=linear · t0=0 · t1=1 · y0=1 · h=0.025 · y=2.68506383839 |
golden-poly-2t | golden | pass | Expected exact=1 · Actual n=20 · method=rk4 · rhs=poly · t0=0 · t1=1 · y0=0 · h=0.05 · y=1 |
boundary-rk45 | boundary | pass | Expected INVALID_MODE · Actual INVALID_MODE |
boundary-t-equal | boundary | pass | Expected INVALID_INPUT · Actual INVALID_INPUT |
property-ode-rk4-e | property | pass | RK4 y′=y → e |
property-ode-euler-coarser | property | pass | Euler |err| > RK4 |
property-ode-poly-2t | property | pass | y′=2t exact 1 |
property-ode-k2 | property | pass | y′=2y exact e² |