My Project
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 "singularconfig.h"
10 #include "misc/auxiliary.h"
11 
12 struct n_Procs_s; typedef struct n_Procs_s *coeffs;
13 
14 /// Initialize r (n_long_C)
15 BOOLEAN ngcInitChar(coeffs r, void*);
16 
17 void ngcSetChar(const coeffs r);
18 #endif
19 /* GMPCOMPLEX_H */
All the auxiliary stuff.
int BOOLEAN
Definition: auxiliary.h:87
void ngcSetChar(const coeffs r)
Definition: gnumpc.cc:701
BOOLEAN ngcInitChar(coeffs r, void *)
Initialize r (n_long_C)
Definition: gnumpc.cc:560
The main handler for Singular numbers which are suitable for Singular polynomials.