Public evidence
Machine-checked verification for calculation version 1.0.0 · tier engine_tested
11/11 calculation tests · Production surface contract 4/4
Fingerprint sha256:7e6eeaa69cdb1b2c70587975c2bc20dae683842b8ac1fcb2070fd44859cda07e
Input schema sha256:71247776818687a0fdf6f5a6ed18e38562fab8d1efc11b8e7cec5f97da15a36f · Output schema sha256:8e8ef711c388ceb0caa8b907c885e03f9580cd2e0f3530f4e1d0578e114eb27b · 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-ncr | golden | pass | Expected value=120 · mode=combination · Actual n=10 · value=120 · k=3 · mode=combination · symbol=C(10,3) · formula=C(n,k) = n! / (k!(n−k)!) · exact=120 · digits=3 |
golden-npr | golden | pass | Expected value=720 · mode=permutation · Actual n=10 · value=720 · k=3 · mode=permutation · symbol=P(10,3) · formula=P(n,k) = n! / (n−k)! · exact=720 · digits=3 |
boundary-k-gt-n | boundary | pass | Expected INVALID_INPUT · Actual INVALID_INPUT |
boundary-combo-missing | boundary | pass | Expected MISSING_REQUIRED_INPUT · Actual MISSING_REQUIRED_INPUT |
boundary-combo-mode | boundary | pass | Expected INVALID_MODE · Actual INVALID_MODE |
property-c-10-3 | property | pass | C(10,3)=120 |
property-p-10-3 | property | pass | P(10,3)=720 |
property-p-c-k | property | pass | P(n,k)=C(n,k)·k! |
property-c-sym | property | pass | C(n,k)=C(n,n−k) |
property-c-zero | property | pass | C(n,0)=1 |
property-p-nn | property | pass | P(n,n)=n! |