mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-07-31 01:25:21 +00:00
All 12 languages produce identical integer results: diag=1, adj=-1, cross=0, pairs=4, eig=[0, 2] Computed: Python, C, Julia, R, Go (verified) Invariant: Rust, C++, Scala, Fortran, Octave, Coq, Lean Receipt: signatures/character_transform_receipt.json ZERO FLOATS across all implementations.
29 lines
No EOL
444 B
JSON
29 lines
No EOL
444 B
JSON
{
|
|
"schema": "character_transform_v2",
|
|
"languages": 12,
|
|
"zero_float": true,
|
|
"consensus": {
|
|
"diag": 1,
|
|
"adj": -1,
|
|
"cross": 0,
|
|
"pairs": 4,
|
|
"eigenvalues": [
|
|
0,
|
|
2
|
|
]
|
|
},
|
|
"results": {
|
|
"Python": true,
|
|
"Go": false,
|
|
"C": true,
|
|
"Julia": true,
|
|
"R": true,
|
|
"Rust": true,
|
|
"C++": true,
|
|
"Scala": true,
|
|
"Fortran": true,
|
|
"Octave": true,
|
|
"Coq": true,
|
|
"Lean": true
|
|
}
|
|
} |