spielwiese
Last change
on this file since 33dd62 was
abddbe,
checked in by Martin Lee <martinlee84@…>, 9 years ago
|
chg: added brief descriptions to some files
|
-
Property mode set to
100644
|
File size:
419 bytes
|
Line | |
---|
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 "config.h" |
---|
13 | |
---|
14 | /*BEGINPUBLIC*/ |
---|
15 | |
---|
16 | int cf_getPrime( int i ); |
---|
17 | |
---|
18 | int cf_getNumPrimes(); |
---|
19 | |
---|
20 | int cf_getSmallPrime( int i ); |
---|
21 | |
---|
22 | int cf_getNumSmallPrimes(); |
---|
23 | |
---|
24 | int cf_getBigPrime( int i ); |
---|
25 | |
---|
26 | int cf_getNumBigPrimes(); |
---|
27 | |
---|
28 | /*ENDPUBLIC*/ |
---|
29 | |
---|
30 | #endif /* ! INCL_CF_PRIMES_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.