in reply to Re: Math help: Finding Prime Numbers
in thread Math help: Finding Prime Numbers
Unless one is doing it for fun, as an exercise, to check the validity of the list, or to expand a list, there's no reason to write a program that generates prime numbers starting from 2. We promote people to reuse code and not reinvent the wheel. There's no reason to be different when it comes to data.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Math help: Finding Prime Numbers
by syphilis (Archbishop) on Nov 13, 2006 at 10:39 UTC | |
by BrowserUk (Patriarch) on Nov 13, 2006 at 14:29 UTC | |
by syphilis (Archbishop) on Nov 13, 2006 at 22:33 UTC | |
by BrowserUk (Patriarch) on Nov 13, 2006 at 23:09 UTC | |
by syphilis (Archbishop) on Nov 14, 2006 at 00:07 UTC | |
|