mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-08-13 15:40:35 +00:00
Core FixedPoint.lean is now fully Float-free: - Q16_16.sqrt: integer Newton method (intSqrt, 64-step fuel) - Q16_16.log2: bit-position extraction + linear interpolation - Q16_16.expNeg: 7-segment piecewise-linear (~0.02 max error) - Q0_16.log2: bit extraction with 1/ln(2) scaling Removed from core: ofFloat, toFloat, ln (Q16_16); toFloat, ofFloat (Q0_16); q0_64ScaleFloat, ofFloat, toFloat (Q0_64). Created Semantics.FixedPointBoundary for I/O boundary Float conversions. 14 downstream files updated to import boundary module. Build: 3573 jobs, 0 errors (lake build) Co-Authored-By: Allaun Silverfox <bigdataiscoming+9i37y6j2@protonmail.com> |
||
|---|---|---|
| .. | ||
| core | ||
| lean | ||
| otom | ||
| receipts | ||
| rust/ftdi_gimbal | ||
| scripts | ||
| README.md | ||
0-Core-Formalism
Purpose: Formal foundations for the entire Research Stack — Lean modules, bind primitive, Triumvirate consensus, core source.
No external dependencies. All other layers depend on this.
Contents (Target)
| Source | Destination |
|---|---|
0-Core-Formalism/lean/Semantics/ |
0-Core-Formalism/lean/Semantics/ |
core/ |
0-Core-Formalism/core/ |
Concepts
- bind — State → (State → Action) → State
- TriumvirateClock — ternary consensus (ADD/PAUSE/SUBTRACT)
- Builder/Judge/Warden — roles mapped to hardware registers
- OTOM — Ordered Transformation & Orchestration Model
Build
cd "0-Core-Formalism"
lake build