Changeset 016a8d in git
- Timestamp:
- Feb 4, 2004, 9:19:46 PM (20 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- a162eea64a2978d3d89af949015de1b0dc5d3b73
- Parents:
- 3a3666b959755cfa3e07e4e9d4353daa1bb4e0b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
r3a3666 r016a8d 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: iparith.cc,v 1.31 0 2004-02-03 16:19:39 SingularExp $ */4 /* $Id: iparith.cc,v 1.311 2004-02-04 20:19:46 levandov Exp $ */ 5 5 6 6 /* … … 2772 2772 else if (rField_is_Zp_a(r) && (r->minpoly!=NULL)) 2773 2773 { 2774 elems=(int)pow(ABS(rInternalChar(r) ,naParDeg(r->minpoly)));2774 elems=(int)pow(ABS(rInternalChar(r)),naParDeg(r->minpoly)); 2775 2775 } 2776 2776 res->data = (char *)elems;
Note: See TracChangeset
for help on using the changeset viewer.