Changeset b11aba in git
- Timestamp:
- Feb 26, 2002, 12:36:41 PM (21 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- c38d39f13a88f9cc44ed7a216d923bb8f632cb53
- Parents:
- cdb1d713645356207569d4ec376d2b78acb53f9d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/longalg.cc
rcdb1d71 rb11aba 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: longalg.cc,v 1.6 5 2002-02-14 15:08:52Singular Exp $ */4 /* $Id: longalg.cc,v 1.66 2002-02-26 11:36:41 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: algebraic numbers … … 89 89 } 90 90 naMap = naCopy; 91 naMinimalPoly = NULL; 91 /*------------ set naMinimalPoly -----------------------------------*/ 92 if (r->minpoly!=NULL) 93 naMinimalPoly=((lnumber)r->minpoly)->z; 94 else 95 naMinimalPoly = NULL; 92 96 naNumbOfPar=rPar(r); 93 97 #ifndef LONGALGNEW
Note: See TracChangeset
for help on using the changeset viewer.