Prime Numbers are used in a number of areas such as cryptography, statistics, and math education. The IsPrime function is of little use to some one who needs the first N primes. Even in attempting to program, it is not obvious how to use IsPrime to obtain the first N primes and assign them to an array. Even an ability to obtain prime numbers (say between N and M) from a website list and assign them to a vector would be useful.
↧