gnumpfl.h
Go to the documentation of this file.
1 #ifndef GMPFLOAT_H
2 #define GMPFLOAT_H
3 /****************************************
4 * Computer Algebra System SINGULAR *
5 ****************************************/
6 /*
7 * ABSTRACT: computations with GMP floating-point numbers
8 */
9 
10 #include <misc/auxiliary.h>
11 
12 struct n_Procs_s; typedef struct n_Procs_s *coeffs;
13 struct snumber; typedef struct snumber * number;
14 
15 /// Initialize r
16 BOOLEAN ngfInitChar(coeffs r, void *);
17 
18 // will be reused by gnumpc.cc
19 const char * ngfRead (const char *s, number *a, const coeffs r);
20 
21 #endif
const CanonicalForm int s
Definition: facAbsFact.cc:55
const poly a
Definition: syzextra.cc:212
&#39;SR_INT&#39; is the type of those integers small enough to fit into 29 bits.
Definition: longrat.h:46
const ring r
Definition: syzextra.cc:208
The main handler for Singular numbers which are suitable for Singular polynomials.
All the auxiliary stuff.
BOOLEAN ngfInitChar(coeffs r, void *)
Initialize r.
Definition: gnumpfl.cc:443
int BOOLEAN
Definition: auxiliary.h:131
const char * ngfRead(const char *s, number *a, const coeffs r)
Definition: gnumpfl.cc:341