Prime 92 version 1.10 Autor:Josh Neumann Datum: 21/6/01 Version:1.10 Information: This is a prime number generator, not unlike the ones you have seen sold on TV.You just send the file prime.9xz to your TI-92+ and run prime.Watch the numbers fly! History: 1.10 Initial public release.Minimized file size and increased speed. 1.01 Prime 92 now implemented in C.Used to increase CPU speed. 1.00 First version.Utilizes BASIC.Very slow, but efficient. Future: See if I can add the number 2.Yes, it is prime, but the algorithm I have made does not include the number 2.I use a local variable to check if the number is divisible by 2 and is the only known way to do so. Some stuff you do not have to read, but I thought I would like to say: I have been fascinated with prime numbers ever since I found out what they were. I started to develope(back in the 8th grade) a very crude BASIC program to check if a number was prime.Successful! I had next figured that I could list them.Henceforth, I gave birth(so-to-speak) to my new prime number generator.I soon learned that my new program was based on the Sieve of Eratosthenes.3000 years too late!Anyway, since algorithms are considered educational and are free knowledge to the public, you lucky people can have this program. No patent here, though.