mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-07-31 01:25:21 +00:00
Fixed 5 undocumented Lean files: - PVGS_DQ_Bridge/section5_quantum_sensing.lean — quantum sensing docs - PVGS_DQ_Bridge/section2_hermite_sieve.lean — Hermite polynomial docs - SilverSight/RRC/ReceiptDensity.lean — receipt density scoring docs - SilverSight/PIST/SpectralWitness.lean — spectral witness docs - CoreFormalism/FixedPoint.lean — stub redirect docs Added docs/PURE_MATH_DESCRIPTION.md: - Pure mathematical description of each module (no code) - Why each module exists (problem/insight) - What a graph calculator would need to implement each - 10 modules covered: SidonSets, BraidEigensolid, BraidSpherionBridge, HachimojiLUT, ChentsovFinite, DynamicCanal, Schema, WireFormat, Receipt, Bind
11 lines
452 B
Text
11 lines
452 B
Text
/-! # CoreFormalism.FixedPoint (Stub)
|
|
|
|
Redirect module. The canonical Q16_16 fixed-point type and arithmetic live in
|
|
`SilverSight.FixedPoint`. This file exists solely as a re-export so that
|
|
`CoreFormalism.FixedPoint` resolves without error; it contains no definitions
|
|
of its own.
|
|
|
|
All consumers should import `SilverSight.FixedPoint` directly.
|
|
-/
|
|
/- Duplicate removed per AGENTS.md. Use SilverSight.FixedPoint instead. -/
|
|
import SilverSight.FixedPoint
|