silverpig
Lifer
A friend and I are just messing around with writing a prime number finding program. We're not trying to break any records or anything of course, but he's a math major and is interested in playing around a bit. We've come up with some decent algorithms but have a problem. Java and c++ can only do double long (I think that's right anyways) as their largest data types and we want to find primes past this limit. Apparently some custom libraries exist that allow for larger numbers, but I'm damned if I can find any for java (my friend has tried getting the c++ ones working to no avail). Anyone know where I could find something like this?
(I already looked at java.sun.com of course)
(I already looked at java.sun.com of course)