source: git/libpolys/coeffs/gnumpc.h @ 0acf3e

spielwiese
Last change on this file since 0acf3e was 6ce030f, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be used instead (only on special places) NOTE: the libraries Singular/LIB/*.lib still contain the marker due to our current use of svn
  • Property mode set to 100644
File size: 408 bytes
RevLine 
[35aab3]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*/
[7fee876]9#include <misc/auxiliary.h>
[35aab3]10
[7fee876]11struct n_Procs_s;
12typedef struct  n_Procs_s  *coeffs;
[51d835]13
[7fee876]14/// Initialize r (n_long_C)
[1cce47]15BOOLEAN ngcInitChar(coeffs r, void*);
[51d835]16
[35aab3]17#endif
[c3d175]18/* GMPCOMPLEX_H */
Note: See TracBrowser for help on using the repository browser.