Ulam spiral (for primes): Difference between revisions

m
No edit summary
Line 3,015:
Else
= True
if 3>Int(Sqrt(n)) then exit function
// for/next in M2000 always executed (from step used the absolute value)
local i
For i = 3 To Int(Sqrt(n)) Step 2
404

edits