Changeset 8ce2038 in git
- Timestamp:
- May 2, 2006, 6:24:22 PM (17 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- aaf0b6a15866d4d00ee7ffb107e0e44f0a238da5
- Parents:
- 17dbb0e0cbe9a2fc2345910c2c18d714d4d38829
- Location:
- kernel
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/longalg.h
r17dbb0 r8ce2038 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: longalg.h,v 1. 4 2005-02-24 17:45:46Singular Exp $ */6 /* $Id: longalg.h,v 1.5 2006-05-02 16:24:22 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT: algebraic numbers … … 60 60 char * naName(number n); 61 61 nMapFunc naSetMap(ring src, ring dst); 62 number naMap0P(number c); 63 number naMap00(number c); 62 64 #ifdef LDEBUG 63 65 BOOLEAN naDBTest(number a, char *f,int l); -
kernel/modulop.h
r17dbb0 r8ce2038 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: modulop.h,v 1. 3 2006-01-16 14:03:43Singular Exp $ */6 /* $Id: modulop.h,v 1.4 2006-05-02 16:24:22 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT: numbers modulo p (<=32003) … … 53 53 nMapFunc npSetMap(ring src, ring dst); 54 54 number npMapP(number from); 55 number npMap0(number from); 55 56 /*-------specials for spolys, do NOT use otherwise--------------------------*/ 56 57 /* for npMultM, npSubM, npNegM, npEqualM : */ -
kernel/structs.h
r17dbb0 r8ce2038 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: structs.h,v 1.2 1 2006-05-02 12:36:19Singular Exp $ */6 /* $Id: structs.h,v 1.22 2006-05-02 16:24:22 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT … … 792 792 #define IDINTVEC(a) ((a)->data.iv) 793 793 #define IDPOLY(a) ((a)->data.p) 794 #define IDBIGINT(a) ((a)->data.n) 794 795 #define IDNUMBER(a) ((a)->data.n) 795 796 #define IDIDEAL(a) (((a)->data).uideal)
Note: See TracChangeset
for help on using the changeset viewer.