My Project
cf_util.h
Go to the documentation of this file.
1/* emacs edit mode for this file is -*- C++ -*- */
2
3#ifndef INCL_CF_UTIL_H
4#define INCL_CF_UTIL_H
5
6#include "globaldefs.h"
7
8int ilog2 (int a);
9
10/*BEGINPUBLIC*/
11int igcd (int a, int b);
12int FACTORY_PUBLIC ipower ( int b, int n );
13void factoryError_intern(const char *s);
14EXTERN_VAR void (*factoryError)(const char *s);
15/*ENDPUBLIC*/
16
17
18#endif /* ! INCL_CF_UTIL_H */
CanonicalForm b
Definition: cfModGcd.cc:4103
EXTERN_VAR void(* factoryError)(const char *s)
Definition: cf_util.h:14
int igcd(int a, int b)
Definition: cf_util.cc:56
void factoryError_intern(const char *s)
Definition: cf_util.cc:75
int ilog2(int a)
Definition: cf_util.cc:42
int FACTORY_PUBLIC ipower(int b, int n)
int ipower ( int b, int m )
Definition: cf_util.cc:27
const CanonicalForm int s
Definition: facAbsFact.cc:51
#define EXTERN_VAR
Definition: globaldefs.h:6
#define FACTORY_PUBLIC
Definition: globaldefs.h:25