My Project
UNKNOWN_GIT_VERSION
libpolys
coeffs
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 "singularconfig.h"
11
#include "
misc/auxiliary.h
"
12
13
14
struct
n_Procs_s
;
typedef
struct
n_Procs_s
*
coeffs
;
15
struct
snumber
;
typedef
struct
snumber
* number;
16
17
/// Initialize r
18
BOOLEAN
ngfInitChar
(
coeffs
r,
void
*);
19
20
// will be reused by gnumpc.cc
21
const
char
*
ngfRead
(
const
char
*
s
, number *a,
const
coeffs
r);
22
23
#endif
ngfRead
const char * ngfRead(const char *s, number *a, const coeffs r)
Definition:
gnumpfl.cc:308
auxiliary.h
All the auxiliary stuff.
BOOLEAN
int BOOLEAN
Definition:
auxiliary.h:85
coeffs
The main handler for Singular numbers which are suitable for Singular polynomials.
snumber
'SR_INT' is the type of those integers small enough to fit into 29 bits.
Definition:
longrat.h:48
s
const CanonicalForm int s
Definition:
facAbsFact.cc:55
ngfInitChar
BOOLEAN ngfInitChar(coeffs r, void *)
Initialize r.
Definition:
gnumpfl.cc:508
n_Procs_s
Definition:
coeffs.h:123
Generated on Wed Sep 30 2020 00:00:00 for My Project by
doxygen 1.8.20
for
Singular UNKNOWN_GIT_VERSION