Yeti

Joined 24 August 2022
No edit summary
Line 3:
 
----
 
=Arithmetic/Complex=
==Dc==
WIP!
 
=Primes=
==Python==
{{works with|Python|2.x}}
This is a sequentialised variant of the well known sieve method (ab)using a dictionary as sparse array.
<lang python>L = {}
n = 2
169

edits