My Project
debian-1:4.1.1-p2+ds-4build3
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 */
igcd
int igcd(int a, int b)
Definition:
cf_util.cc:51
factoryError
void(* factoryError)(const char *s)
Definition:
cf_util.cc:75
b
CanonicalForm b
Definition:
cfModGcd.cc:4044
ilog2
int ilog2(int a)
Definition:
cf_util.cc:40
ipower
int ipower(int b, int n)
int ipower ( int b, int m )
Definition:
cf_util.cc:25
factoryError_intern
void factoryError_intern(const char *s)
Definition:
cf_util.cc:70
s
const CanonicalForm int s
Definition:
facAbsFact.cc:55
Generated on Mon Aug 17 2020 08:20:08 for My Project by
doxygen 1.8.18
for
Singular debian-1:4.1.1-p2+ds-4build3