Changeset 0ffc823 in git for kernel/ratgring.h


Ignore:
Timestamp:
Feb 27, 2009, 8:30:47 PM (15 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8066e80d7cea5de772f7b10b2b1930521cb72523
Parents:
f58aa61ada5934435d94d1d486fb70912543c11a
Message:
*levandov: early unit detection in rational GB


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

Legend:

Unmodified
Added
Removed
  • kernel/ratgring.h

    rf58aa6 r0ffc823  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: ratgring.h,v 1.11 2009-02-26 14:24:32 Singular Exp $ */
     6/* $Id: ratgring.h,v 1.12 2009-02-27 19:30:47 levandov Exp $ */
    77/*
    88* ABSTRACT additional defines etc for --with-plural
     
    117117void pContentRat(poly &ph);
    118118
     119BOOLEAN p_LmIsConstantRat(const poly p, const ring r);
     120
     121BOOLEAN p_LmIsConstantCompRat(const poly p, const ring r);
     122
    119123#endif /* HAVE_PLURAL */
    120124#endif
Note: See TracChangeset for help on using the changeset viewer.