(no title)
hndc | 13 years ago
math.Mod(float64(i), float64(j))
with i%j
My results: $ time go run primes.go
Found them! 78702
real 0m0.835s
user 0m0.787s
sys 0m0.039s
$ time ruby primes.rb
Found them! 78702
real 0m21.013s
user 0m21.005s
sys 0m0.016s
agentS|13 years ago
(I understand that you did because the original poster did it)