Wednesday, May 12, 2010

just a couple of prime numbers

Greetings everyone,

gcc-4.5/libstdc++-v3/src/hashtable-aux.cc
 namespace __detail
{
  extern const unsigned long __prime_list[] = // 256 + 1 or 256 + 48 + 1
  {
    2ul, 3ul, 5ul, 7ul, 11ul, 13ul, 17ul, 19ul, 23ul, 29ul, 31ul,
    37ul, 41ul, 43ul, 47ul, 53ul, ....

No comments:

Post a Comment