Changeset 8ce2038 in git


Ignore:
Timestamp:
May 2, 2006, 6:24:22 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
aaf0b6a15866d4d00ee7ffb107e0e44f0a238da5
Parents:
17dbb0e0cbe9a2fc2345910c2c18d714d4d38829
Message:
*hannes: bigint stuff


git-svn-id: file:///usr/local/Singular/svn/trunk@9090 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
kernel
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • kernel/longalg.h

    r17dbb0 r8ce2038  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: longalg.h,v 1.4 2005-02-24 17:45:46 Singular Exp $ */
     6/* $Id: longalg.h,v 1.5 2006-05-02 16:24:22 Singular Exp $ */
    77/*
    88* ABSTRACT:   algebraic numbers
     
    6060char *  naName(number n);
    6161nMapFunc naSetMap(ring src, ring dst);
     62number naMap0P(number c);
     63number naMap00(number c);
    6264#ifdef LDEBUG
    6365BOOLEAN naDBTest(number a, char *f,int l);
  • kernel/modulop.h

    r17dbb0 r8ce2038  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: modulop.h,v 1.3 2006-01-16 14:03:43 Singular Exp $ */
     6/* $Id: modulop.h,v 1.4 2006-05-02 16:24:22 Singular Exp $ */
    77/*
    88* ABSTRACT: numbers modulo p (<=32003)
     
    5353nMapFunc npSetMap(ring src, ring dst);
    5454number  npMapP(number from);
     55number  npMap0(number from);
    5556/*-------specials for spolys, do NOT use otherwise--------------------------*/
    5657/* for npMultM, npSubM, npNegM, npEqualM : */
  • kernel/structs.h

    r17dbb0 r8ce2038  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: structs.h,v 1.21 2006-05-02 12:36:19 Singular Exp $ */
     6/* $Id: structs.h,v 1.22 2006-05-02 16:24:22 Singular Exp $ */
    77/*
    88* ABSTRACT
     
    792792#define IDINTVEC(a) ((a)->data.iv)
    793793#define IDPOLY(a)   ((a)->data.p)
     794#define IDBIGINT(a) ((a)->data.n)
    794795#define IDNUMBER(a) ((a)->data.n)
    795796#define IDIDEAL(a)  (((a)->data).uideal)
Note: See TracChangeset for help on using the changeset viewer.