source: git/factory/cf_binom.h @ 86faff

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