Public evidence
Machine-checked verification for calculation version 1.0.0 · tier engine_tested
9/9 calculation tests · Production surface contract 1/1
Fingerprint sha256:fa2831c926669b8a418d15ca943fe489d99082f20cabac6f1a00aa56a751eddd
Input schema sha256:b18eb4a15dcc4a82cb1b73be6c893a0ff5312c1d88b5c03367d8ad7d03302cb6 · Output schema sha256:9196bde7e9884fab5a62cd21ec2d6b2424ca620749bb995fc5035c3b93eb22d6 · 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 · degree=2 · root=1.41421356237 · residual=4.51061410445e-12 · iterations=4 · tol=1e-10 · formula=x ← x − f(x)/f′(x) |
golden-bisection-sqrt2 | golden | pass | Expected root=1.4142135623730951 · Actual method=bisection · degree=2 · root=1.41421356238 · residual=3.15445447541e-11 · iterations=30 · tol=1e-10 · formula=midpoint until sign change bracket shrinks |
boundary-no-sign-change | boundary | pass | Expected INVALID_INPUT · Actual INVALID_INPUT |
boundary-halley | 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 |