My Project
Loading...
Searching...
No Matches
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 "
globaldefs.h
"
7
8
int
ilog2
(
int
a);
9
10
/*BEGINPUBLIC*/
11
int
igcd
(
int
a,
int
b
);
12
int
FACTORY_PUBLIC
ipower
(
int
b
,
int
n );
13
void
factoryError_intern
(
const
char
*
s
);
14
EXTERN_VAR
void (*
factoryError
)(
const
char
*
s
);
15
/*ENDPUBLIC*/
16
17
18
#endif
/* ! INCL_CF_UTIL_H */
b
CanonicalForm b
Definition:
cfModGcd.cc:4103
factoryError
EXTERN_VAR void(* factoryError)(const char *s)
Definition:
cf_util.h:14
igcd
int igcd(int a, int b)
Definition:
cf_util.cc:56
factoryError_intern
void factoryError_intern(const char *s)
Definition:
cf_util.cc:75
ilog2
int ilog2(int a)
Definition:
cf_util.cc:42
ipower
int FACTORY_PUBLIC ipower(int b, int n)
int ipower ( int b, int m )
Definition:
cf_util.cc:27
s
const CanonicalForm int s
Definition:
facAbsFact.cc:51
globaldefs.h
EXTERN_VAR
#define EXTERN_VAR
Definition:
globaldefs.h:6
FACTORY_PUBLIC
#define FACTORY_PUBLIC
Definition:
globaldefs.h:25
Generated on Mon Feb 27 2023 10:53:48 for My Project by
doxygen 1.9.5
for
Singular