Changeset cf5fc11 in git for kernel/polys.h


Ignore:
Timestamp:
Jan 27, 2005, 5:44:13 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
e21afbaa54be68a2741df57da6a4156aba4b81d7
Parents:
c95632f6751087d2f62be544ec7e07d86913a78a
Message:
*hannes: pCleardenom_n


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

Legend:

Unmodified
Added
Removed
  • kernel/polys.h

    rc95632f rcf5fc11  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: polys.h,v 1.2 2004-04-23 13:56:40 Singular Exp $ */
     6/* $Id: polys.h,v 1.3 2005-01-27 16:42:15 Singular Exp $ */
    77/*
    88* ABSTRACT - all basic methods to manipulate polynomials of the
     
    360360void      pSimpleContent(poly p, int s);
    361361void      pCleardenom(poly p);
     362void      pCleardenom_n(poly p,number &c);
    362363void      p_Normalize(poly p, ring r);
    363364#define   pNormalize(p) p_Normalize(p,currRing)
Note: See TracChangeset for help on using the changeset viewer.