Changeset 856b11 in git
- Timestamp:
- Dec 8, 2000, 2:42:08 PM (22 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 98621a5b684f137b6eeb5faaee33834605a7b2de
- Parents:
- 2639fd85c62e265b9d5351a9fd025336832879df
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/clapconv.cc
r2639fd r856b11 3 3 * Computer Algebra System SINGULAR * 4 4 ****************************************/ 5 // $Id: clapconv.cc,v 1.3 0 2000-12-08 12:47:37Singular Exp $5 // $Id: clapconv.cc,v 1.31 2000-12-08 13:42:08 Singular Exp $ 6 6 /* 7 7 * ABSTRACT: convert data between Singular and factory … … 541 541 if (nacIsZero(napGetCoeff(t))) 542 542 { 543 p_Delete(&t, currRing->algring);543 napDelete(&t); 544 544 } 545 545 else -
Singular/longalg.h
r2639fd r856b11 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: longalg.h,v 1. 19 2000-12-07 16:25:18Singular Exp $ */6 /* $Id: longalg.h,v 1.20 2000-12-08 13:42:07 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT: algebraic numbers … … 39 39 40 40 void naSetChar(int p, BOOLEAN complete, ring r); 41 #define napAddExp( p,i,e) ((p)->e[i-1]+=(e))41 #define napAddExp(P,I,E) ((P)->e[I-1]+=(E)) 42 42 #define napLength(p) (pLength((poly)p)) 43 43 #ifdef LDEBUG
Note: See TracChangeset
for help on using the changeset viewer.