Changeset c1526f in git for kernel/rmodulo2m.cc
- Timestamp:
- Dec 8, 2008, 4:01:50 PM (15 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- b9a33762f1c8448a2fb4c81be0873e0242c3a390
- Parents:
- a6b576a7994def0a72d9623eed6bc45b7074c746
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/rmodulo2m.cc
ra6b576 rc1526f 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: rmodulo2m.cc,v 1.2 2 2008-07-16 12:41:33 wienandExp $ */4 /* $Id: rmodulo2m.cc,v 1.23 2008-12-08 15:00:43 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: numbers modulo 2^m … … 20 20 #include "ring.h" 21 21 #include "rmodulo2m.h" 22 #include " gmp.h"22 #include "si_gmp.h" 23 23 24 24 int nr2mExp;
Note: See TracChangeset
for help on using the changeset viewer.