spielwiese
Last change
on this file since 318de0 was
318de0,
checked in by Rüdiger Stobbe <stobbe@…>, 27 years ago
|
"New function resetFPT that resets the pascal triangle for finite
characteristic.
"
git-svn-id: file:///usr/local/Singular/svn/trunk@35 2c84dea3-7e68-4137-9b89-c4e89433aadc
|
-
Property mode set to
100644
|
File size:
456 bytes
|
Line | |
---|
1 | // emacs edit mode for this file is -*- C++ -*- |
---|
2 | // $Id: cf_binom.h,v 1.1 1996-07-08 08:13:08 stobbe Exp $ |
---|
3 | |
---|
4 | #ifndef INCL_CF_BINOM_H |
---|
5 | #define INCL_CF_BINOM_H |
---|
6 | |
---|
7 | /* |
---|
8 | $Log: not supported by cvs2svn $ |
---|
9 | Revision 1.0 1996/05/17 10:59:37 stobbe |
---|
10 | Initial revision |
---|
11 | |
---|
12 | */ |
---|
13 | |
---|
14 | #include "canonicalform.h" |
---|
15 | |
---|
16 | void initPT(); |
---|
17 | |
---|
18 | void resetFPT(); |
---|
19 | |
---|
20 | /*BEGINPUBLIC*/ |
---|
21 | |
---|
22 | CanonicalForm binomialpower ( const Variable&, const CanonicalForm&, int ); |
---|
23 | |
---|
24 | /*ENDPUBLIC*/ |
---|
25 | |
---|
26 | #endif /* INCL_CF_BINOM_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.