Public evidence
Machine-checked verification for calculation version 1.1.0 · tier engine_tested
13/13 calculation tests · Production surface contract 1/1
Fingerprint sha256:52164a829d1fac966a8dcb56c30ffc306359d9a9f5c8eca9e36dd425b7758117
Input schema sha256:78e2b3d51ab5cf75f7930420a3332b2f153830641d99fad4cd2ff5f1aa61edd8 · Output schema sha256:891fdabb90a813b90738abd72a8cbffcbf432d753cb0301625c94ccbd74fd2fe · 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-newton-sqrt2 | golden | pass | Expected root=1.4142135623730951 · Actual method=newton · integrand=poly · root=1.41421356237 · residual=4.51061410445e-12 · iterations=4 · tol=1e-10 · formula=x ← x − f(x)/f′(x) · degree=2 |
golden-bisection-sqrt2 | golden | pass | Expected root=1.4142135623730951 · Actual method=bisection · integrand=poly · root=1.41421356238 · residual=3.15445447541e-11 · iterations=30 · tol=1e-10 · formula=midpoint until sign change bracket shrinks · degree=2 |
golden-newton-sin | golden | pass | Expected root=3.141592653589793 · integrand=sin · Actual method=newton · integrand=sin · root=3.14159265359 · residual=0 · iterations=4 · tol=1e-10 · formula=x ← x − f(x)/f′(x) |
boundary-no-sign-change | boundary | pass | Expected INVALID_INPUT · Actual INVALID_INPUT |
boundary-halley | boundary | pass | Expected INVALID_MODE · Actual INVALID_MODE |
boundary-cas | boundary | pass | Expected INVALID_MODE · Actual INVALID_MODE |
property-root-newton | property | pass | √2 newton |
property-root-bisect | property | pass | √2 bisection |
property-root-secant | property | pass | √2 secant |
property-root-lin | property | pass | x-4=0 |
property-root-zero | property | pass | x=0 |
property-root-sin | property | pass | sin 3 → π |
property-root-sin-bisect | property | pass | sin bracket → π |