RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
primes.h
Go to the documentation of this file.
1//
2// Copyright (C) 2002-2006 Greg Landrum and Rational Discovery LLC
3//
4// @@ All Rights Reserved @@
5// This file is part of the RDKit.
6// The contents are covered by the terms of the BSD license
7// which is included in the file license.txt, found at the root
8// of the RDKit source tree.
9//
10#include <RDGeneral/export.h>
11#ifndef _RD_PRIMES_H
12#define _RD_PRIMES_H
13
14namespace RDKit {
15const int NUM_PRIMES_AVAIL = 1000;
17} // namespace RDKit
18#endif
Std stuff.
int firstThousandPrimes[NUM_PRIMES_AVAIL]
Definition utils.h:24
const int NUM_PRIMES_AVAIL
the number of primes available and stored
Definition primes.h:15