Changeset bdcd67 in git for kernel


Ignore:
Timestamp:
Nov 28, 2018, 3:03:12 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '6e5adcba05493683b94648c659a729c189812c77')
Children:
14c01ed14488b46752330c29dc344f31d99bf964
Parents:
9bda6406623bad21fc7ae414771e2671401f3143
Message:
description of pIsConstantComp,pIsConstant, etc.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/polys.h

    r9bda64 rbdcd67  
    227227 *
    228228 ***************************************************************/
    229 /// return true if all p is eihter NULL, or if all exponents
    230 /// of p are 0 and Comp of p is zero
     229/// return true if p is either NULL, or if all exponents
     230/// of p are 0, Comp of p might be != 0
    231231#define   pIsConstantComp(p)        p_IsConstantComp(p, currRing)
    232 /// like above, except that Comp might be != 0
     232/// like above, except that Comp must be 0
    233233#define   pIsConstant(p)            p_IsConstant(p,currRing)
    234234/// return true if the Lm is a constant <>0
Note: See TracChangeset for help on using the changeset viewer.