source:
git/factory/cf_binom.h
@
e4fe2b
Last change on this file since e4fe2b was e4fe2b, checked in by , 12 years ago | |
---|---|
|
|
File size: 338 bytes |
Rev | Line | |
---|---|---|
[493c477] | 1 | /* emacs edit mode for this file is -*- C++ -*- */ |
[341696] | 2 | /* $Id$ */ |
[2dd068] | 3 | |
4 | #ifndef INCL_CF_BINOM_H | |
5 | #define INCL_CF_BINOM_H | |
6 | ||
[e4fe2b] | 7 | // #include "config.h" |
[cc1367] | 8 | |
[2dd068] | 9 | #include "canonicalform.h" |
10 | ||
11 | void initPT(); | |
12 | ||
[318de0] | 13 | void resetFPT(); |
14 | ||
[2dd068] | 15 | /*BEGINPUBLIC*/ |
16 | ||
17 | CanonicalForm binomialpower ( const Variable&, const CanonicalForm&, int ); | |
18 | ||
19 | /*ENDPUBLIC*/ | |
20 | ||
[493c477] | 21 | #endif /* ! INCL_CF_BINOM_H */ |
Note: See TracBrowser
for help on using the repository browser.