Changeset 3b1cb12 in git
- Timestamp:
- Jan 15, 2009, 6:22:21 PM (14 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 5ec4a8bc9c1e8e23c5f5f95235a4e4839659b682
- Parents:
- 610069760287bbabd869a3157cc5fffd486ca6a3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
r610069 r3b1cb12 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: iparith.cc,v 1.4 89 2009-01-15 17:04:47Singular Exp $ */4 /* $Id: iparith.cc,v 1.490 2009-01-15 17:18:30 Singular Exp $ */ 5 5 6 6 /* … … 2338 2338 res->data = (char *)scKBase((int)(long)v->Data(), 2339 2339 (ideal)(u->Data()),currQuotient, w_u); 2340 if (w_u!=NULL) 2341 { 2342 atSet(res,omStrDup("isHomog"),w_u,INTVEC_CMD); 2343 } 2340 2344 return FALSE; 2341 2345 } -
doc/NEWS.texi
r610069 r3b1cb12 1 1 @comment -*-texinfo-*- 2 @comment $Id: NEWS.texi,v 1.11 8 2008-12-18 10:00:09Singular Exp $2 @comment $Id: NEWS.texi,v 1.119 2009-01-15 17:22:21 Singular Exp $ 3 3 @comment this file contains the News about Singular versions 4 4 @comment Unix … … 54 54 @item 55 55 @nref{interred} implemented in a different way 56 @item 57 @nref{kbase} honors the attribute "isHomog" 56 58 @item 57 59 @nref{gcd} over algebraic extensions of the rationals implemented in a different way
Note: See TracChangeset
for help on using the changeset viewer.