My Project
|
access to prime tables More...
#include "globaldefs.h"
Go to the source code of this file.
Functions | |
int FACTORY_PUBLIC | cf_getPrime (int i) |
int FACTORY_PUBLIC | cf_getNumPrimes () |
int FACTORY_PUBLIC | cf_getSmallPrime (int i) |
int FACTORY_PUBLIC | cf_getNumSmallPrimes () |
int FACTORY_PUBLIC | cf_getBigPrime (int i) |
int FACTORY_PUBLIC | cf_getNumBigPrimes () |
access to prime tables
Definition in file cf_primes.h.
int FACTORY_PUBLIC cf_getBigPrime | ( | int | i | ) |
Definition at line 39 of file cf_primes.cc.
int FACTORY_PUBLIC cf_getNumBigPrimes | ( | ) |
Definition at line 45 of file cf_primes.cc.
int FACTORY_PUBLIC cf_getNumPrimes | ( | ) |
Definition at line 23 of file cf_primes.cc.
int FACTORY_PUBLIC cf_getNumSmallPrimes | ( | ) |
Definition at line 34 of file cf_primes.cc.
int FACTORY_PUBLIC cf_getPrime | ( | int | i | ) |
Definition at line 14 of file cf_primes.cc.
int FACTORY_PUBLIC cf_getSmallPrime | ( | int | i | ) |
Definition at line 28 of file cf_primes.cc.