Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
IsPrime is a math code snippet to determine whether a number is prime.
If you need to call IsPrime often, you might consider using the PrimeExpert class.
#include <cmath> |
#include <cassert> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.