gnumpc.h
Go to the documentation of this file.
1 #ifndef GMPCOMPLEX_H
2 #define GMPCOMPLEX_H
3 /****************************************
4 * Computer Algebra System SINGULAR *
5 ****************************************/
6 /*
7 * ABSTRACT: computations with GMP floating-point numbers
8 */
9 #include <misc/auxiliary.h>
10 
11 struct n_Procs_s; typedef struct n_Procs_s *coeffs;
12 
13 /// Initialize r (n_long_C)
14 BOOLEAN ngcInitChar(coeffs r, void*);
15 
16 #endif
17 /* GMPCOMPLEX_H */
const ring r
Definition: syzextra.cc:208
The main handler for Singular numbers which are suitable for Singular polynomials.
All the auxiliary stuff.
BOOLEAN ngcInitChar(coeffs r, void *)
Initialize r (n_long_C)
Definition: gnumpc.cc:464
int BOOLEAN
Definition: auxiliary.h:131