My Project
UNKNOWN_GIT_VERSION
factory
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 "config.h"
7
8
int
ilog2
(
int
a);
9
10
/*BEGINPUBLIC*/
11
int
igcd
(
int
a,
int
b
);
12
int
ipower
(
int
b
,
int
n );
13
void
factoryError_intern
(
const
char
*
s
);
14
extern
void (*
factoryError
)(
const
char
*
s
);
15
/*ENDPUBLIC*/
16
17
18
#endif
/* ! INCL_CF_UTIL_H */
s
const CanonicalForm int s
Definition:
facAbsFact.cc:55
ipower
int ipower(int b, int n)
int ipower ( int b, int m )
Definition:
cf_util.cc:25
b
CanonicalForm b
Definition:
cfModGcd.cc:4044
igcd
int igcd(int a, int b)
Definition:
cf_util.cc:51
factoryError_intern
void factoryError_intern(const char *s)
Definition:
cf_util.cc:70
factoryError
void(* factoryError)(const char *s)
Definition:
cf_util.cc:75
ilog2
int ilog2(int a)
Definition:
cf_util.cc:40
Generated on Thu Jul 11 2019 02:58:57 for My Project by
doxygen 1.8.15
for
Singular UNKNOWN_GIT_VERSION