Commit a048c07
committed
Derive GOLDEN_STEP from f64::consts::GOLDEN_RATIO at compile time
round(17 / φ) = 11, now computed as a const expression instead of
a magic number. Verified identical value on 1.94.0.
https://claude.ai/code/session_01HmdXNPit7QsTCfhJFef3Ee1 parent 0e72b43 commit a048c07
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| |||
0 commit comments