Changeset 70e604a in git


Ignore:
Timestamp:
Jan 31, 2003, 10:18:08 AM (21 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
45cc71ae3112bc9e4f7671d9c0b66c777ba8d727
Parents:
6eed77443bc93fd40d3f05ce1320c4a77210a5db
Message:
*hannes: ABS


git-svn-id: file:///usr/local/Singular/svn/trunk@6460 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ring.h

    r6eed77 r70e604a  
    77* ABSTRACT - the interpreter related ring operations
    88*/
    9 /* $Id: ring.h,v 1.72 2002-04-30 13:35:13 levandov Exp $ */
     9/* $Id: ring.h,v 1.73 2003-01-31 09:18:08 Singular Exp $ */
    1010
    1111/* includes */
    1212#include "structs.h"
     13#include "tok.h"  // we need ABS
    1314#include "polys-impl.h"
    1415
     
    6667
    6768#define  rInternalChar(r) ((r)->ch)
    68 #ifndef ABS
    69 #define ABS(x) ((x) < 0 ? (-(x)) : (x))
    70 #endif
    7169
    7270BOOLEAN rRing_is_Homog(ring r=currRing);
Note: See TracChangeset for help on using the changeset viewer.