source: git/factory/cf_binom.h @ 362fc67

spielwiese
Last change on this file since 362fc67 was 362fc67, checked in by Martin Lee <martinlee84@…>, 12 years ago
chg: remove $Id$
  • Property mode set to 100644
File size: 327 bytes
RevLine 
[493c477]1/* emacs edit mode for this file is -*- C++ -*- */
[2dd068]2
3#ifndef INCL_CF_BINOM_H
4#define INCL_CF_BINOM_H
5
[e4fe2b]6// #include "config.h"
[cc1367]7
[2dd068]8#include "canonicalform.h"
9
10void initPT();
11
[318de0]12void resetFPT();
13
[2dd068]14/*BEGINPUBLIC*/
15
16CanonicalForm binomialpower ( const Variable&, const CanonicalForm&, int );
17
18/*ENDPUBLIC*/
19
[493c477]20#endif /* ! INCL_CF_BINOM_H */
Note: See TracBrowser for help on using the repository browser.