Changeset 2a329d in git
- Timestamp:
- Jul 4, 2007, 3:51:02 PM (16 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 5ef9d3216a3ed44571f0d194f790d426895c1222
- Parents:
- f86ef80b7ba0678af2cdb5e21dafb298309532c0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/rmodulo2m.cc
rf86ef8 r2a329d 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: rmodulo2m.cc,v 1.1 2 2007-06-20 09:39:25 wienandExp $ */4 /* $Id: rmodulo2m.cc,v 1.13 2007-07-04 13:51:02 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: numbers modulo 2^m … … 9 9 #include <string.h> 10 10 #include "mod2.h" 11 12 #ifdef HAVE_RING2TOM 11 13 #include <mylimits.h> 12 14 #include "structs.h" … … 19 21 #include "rmodulo2m.h" 20 22 21 #ifdef HAVE_RING2TOM22 23 int nr2mExp; 23 24 NATNUMBER nr2mModul;
Note: See TracChangeset
for help on using the changeset viewer.