source: git/libpolys/coeffs/gnumpc.h

spielwiese
Last change on this file was aad4ca4, checked in by Hans Schoenemann <hannes@…>, 6 years ago
format: Warn -> WarnS, trailing spaces
  • Property mode set to 100644
File size: 469 bytes
Line 
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
12struct n_Procs_s; typedef struct  n_Procs_s  *coeffs;
13
14/// Initialize r (n_long_C)
15BOOLEAN ngcInitChar(coeffs r, void*);
16
17void ngcSetChar(const coeffs r);
18#endif
19/* GMPCOMPLEX_H */
Note: See TracBrowser for help on using the repository browser.