Changeset 70e604a in git
- Timestamp:
- Jan 31, 2003, 10:18:08 AM (21 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 45cc71ae3112bc9e4f7671d9c0b66c777ba8d727
- Parents:
- 6eed77443bc93fd40d3f05ce1320c4a77210a5db
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ring.h
r6eed77 r70e604a 7 7 * ABSTRACT - the interpreter related ring operations 8 8 */ 9 /* $Id: ring.h,v 1.7 2 2002-04-30 13:35:13 levandovExp $ */9 /* $Id: ring.h,v 1.73 2003-01-31 09:18:08 Singular Exp $ */ 10 10 11 11 /* includes */ 12 12 #include "structs.h" 13 #include "tok.h" // we need ABS 13 14 #include "polys-impl.h" 14 15 … … 66 67 67 68 #define rInternalChar(r) ((r)->ch) 68 #ifndef ABS69 #define ABS(x) ((x) < 0 ? (-(x)) : (x))70 #endif71 69 72 70 BOOLEAN rRing_is_Homog(ring r=currRing);
Note: See TracChangeset
for help on using the changeset viewer.