Adapted my primality test algorithm to do a check for if a number is a "Perfect Number" (the sum of all its dividends equals the number itself). This one was fun and turned out to be super fast as well. It was written in Haskell.
@freemo Another cool feature I found is how to quickly find prime numbers for RSA.
@LWFlouisa Yea we have a lot of really cool probabilistic methods for finding large primes. Did you discover a new novel way or just read about an existing one?
@LWFlouisa yea id like to see the math or an example or something.
@freemo Will do, as I'd really like for engineers that know more math than I do to know about it.