Quote Originally Posted by bonis62 View Post
i write this small stability app based on the sum of FP (ArcTan) and Primes,


i've removed the disk IO function because final results too busted in a small times
Just curious, what algorithm are you using?
I'm currently doing something that requires primes so I also have a tiny program that'll find them. (and their reciprocals and logarithms)

So I knocked together a quick and dirty program do that. It isn't threaded, yet here's what I get on my laptop. (Core i7 @ 1.6 GHz)



It's off by one from your result because it doesn't search even numbers so it missed 2 as a prime.