Changeset 967a9d in git for kernel/polys.h


Ignore:
Timestamp:
Oct 8, 2009, 12:06:59 PM (13 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
e2afcedc88f05c860f7b86aa70958e538eb8727f
Parents:
aaeb98f1d8fde2cb5e6c22ea2a7379cb757bf46c
Message:
*hannes: p_GetAllDenom


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

Legend:

Unmodified
Added
Removed
  • kernel/polys.h

    raaeb98 r967a9d  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: polys.h,v 1.21 2009-02-26 14:22:49 Singular Exp $ */
     6/* $Id: polys.h,v 1.22 2009-10-08 10:06:59 Singular Exp $ */
    77/*
    88* ABSTRACT - all basic methods to manipulate polynomials of the
     
    367367void      pCleardenom_n(poly p,number &c);
    368368void      p_Normalize(poly p,const ring r);
     369number    p_GetAllDenom(poly ph, const ring r);
    369370#define   pNormalize(p) p_Normalize(p,currRing)
    370371int       pSize( poly p );
Note: See TracChangeset for help on using the changeset viewer.