source: git/factory/singext.h @ 38b236

spielwiese
Last change on this file since 38b236 was 493c477, checked in by Jens Schmidt <schmidt@…>, 27 years ago
o header fixed git-svn-id: file:///usr/local/Singular/svn/trunk@404 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 667 bytes
Line 
1/* emacs edit mode for this file is -*- C++ -*- */
2/* $Id: singext.h,v 1.3 1997-06-19 12:21:57 schmidt Exp $ */
3
4#ifndef INCL_SINGEXT_H
5#define INCL_SINGEXT_H
6
7#include <config.h>
8
9#include "cf_gmp.h"
10
11#include "canonicalform.h"
12
13
14// we need this to copy singulars GF(q) table to ours
15extern int nfCharQ;
16extern int nfM1;
17extern int nfMinPoly[];
18extern short nfPlus1Table[];
19
20
21/*BEGINPUBLIC*/
22
23MP_INT gmp_numerator ( const CanonicalForm & f );
24
25MP_INT gmp_denominator ( const CanonicalForm & f );
26
27CanonicalForm make_cf ( const MP_INT & n );
28
29CanonicalForm make_cf ( const MP_INT & n, const MP_INT & d, bool normalize );
30
31/*ENDPUBLIC*/
32
33#endif /* ! INCL_SINGEXT_H */
Note: See TracBrowser for help on using the repository browser.