Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download

William Stein -- Talk for Mathematics is a long conversation: a celebration of Barry Mazur

Views: 2342
%time v = prime_range(10^8)
CPU time: 1.42 s, Wall time: 1.42 s
%time gaps = [v[i]-v[i-1] for i in range(1,len(v))]
CPU time: 25.78 s, Wall time: 25.79 s
max(gaps)
220