Hacker News new | ask | show | jobs
by pestatije 649 days ago
using doubles to find prime numbers is problematic to say the least...but then running a benchmark that only exercises the integer subset of those doubles is malignant if not ignorant

did u try n % i == 0 in the c code?