Changeset 9b8feed in git for Singular/LIB/poly.lib


Ignore:
Timestamp:
Jan 10, 2000, 5:40:41 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
b4adf9bdd29249530c5fc2439af7cc3bba9b9406
Parents:
baa2b488ad866b2acaf4be321d8f99c203c98578
Message:
* added numerator/denom to list of procedures


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/poly.lib

    rbaa2b48 r9b8feed  
    1 // $Id: poly.lib,v 1.22 2000-01-10 16:30:31 obachman Exp $
     1// $Id: poly.lib,v 1.23 2000-01-10 16:40:41 obachman Exp $
    22//(GMG, last modified 22.06.96)
    33//(obachman: 17.12.97 -- added katsura)
    44///////////////////////////////////////////////////////////////////////////////
    55
    6 version="$Id: poly.lib,v 1.22 2000-01-10 16:30:31 obachman Exp $";
     6version="$Id: poly.lib,v 1.23 2000-01-10 16:40:41 obachman Exp $";
    77info="
    88LIBRARY:  poly.lib      PROCEDURES FOR MANIPULATING POLYS, IDEALS, MODULES
     
    2323 rad_con(p,I);          check radical containment of poly p in ideal I
    2424 content(f);            content of polynomial/vector f
     25 numerator(n);          numerator of number n
     26 denominator(n)         denominator of number n
    2527          (parameters in square brackets [] are optional)
    2628";
Note: See TracChangeset for help on using the changeset viewer.