Changeset 2f0d83f in git for kernel/polys.h


Ignore:
Timestamp:
Nov 14, 2007, 3:45:47 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
9bbbc8727cef03dd635037916ba957f26c3302d8
Parents:
d7b07b05ab62ad3f84d21cddbfadf7c6c65eb03e
Message:
*hannes: pIsUnivariate


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

Legend:

Unmodified
Added
Removed
  • kernel/polys.h

    rd7b07b r2f0d83f  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: polys.h,v 1.12 2007-07-24 12:29:31 Singular Exp $ */
     6/* $Id: polys.h,v 1.13 2007-11-14 14:45:46 Singular Exp $ */
    77/*
    88* ABSTRACT - all basic methods to manipulate polynomials of the
     
    249249
    250250#define   pIsPurePower(p)   p_IsPurePower(p, currRing)
     251#define   pIsUnivariate(p)  p_IsUnivariate(p, currRing)
    251252#define   pIsVector(p)      (pGetComp(p)>0)
    252253
Note: See TracChangeset for help on using the changeset viewer.