Prime counting function
Haven’t updated my GSoC status in a while… I just added the prime counting function ( π(x) for all the nerds) which is just a simple for loop that uses is_prime(). Of course there is a better way to do that, but I’m going to save making algorithimic improvements for the optimizes phase. There is [...]
Posted in Google Summer of Code | Comments Off