My Project
cf_primes.h
Go to the documentation of this file.
1 /* emacs edit mode for this file is -*- C++ -*- */
2 
3 /**
4  * @file cf_primes.h
5  *
6  * access to prime tables
7 **/
8 
9 #ifndef INCL_CF_PRIMES_H
10 #define INCL_CF_PRIMES_H
11 
12 #include "globaldefs.h"
13 
14 /*BEGINPUBLIC*/
15 
16 int FACTORY_PUBLIC cf_getPrime( int i );
17 
19 
21 
23 
25 
27 
28 /*ENDPUBLIC*/
29 
30 #endif /* ! INCL_CF_PRIMES_H */
int i
Definition: cfEzgcd.cc:132
int FACTORY_PUBLIC cf_getNumSmallPrimes()
Definition: cf_primes.cc:34
int FACTORY_PUBLIC cf_getNumPrimes()
Definition: cf_primes.cc:23
int FACTORY_PUBLIC cf_getNumBigPrimes()
Definition: cf_primes.cc:45
int FACTORY_PUBLIC cf_getSmallPrime(int i)
Definition: cf_primes.cc:28
int FACTORY_PUBLIC cf_getBigPrime(int i)
Definition: cf_primes.cc:39
int FACTORY_PUBLIC cf_getPrime(int i)
Definition: cf_primes.cc:14
#define FACTORY_PUBLIC
Definition: globaldefs.h:25