Changeset 5011fd in git for Singular/LIB/standard.lib


Ignore:
Timestamp:
May 14, 1998, 2:49:29 PM (26 years ago)
Author:
Kai Krüger <krueger@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a1c44ee182d922a2e89f372dcd219040fd6873ad
Parents:
f0584e8d69f6d9c6229a915bca3c6e3620f5bc41
Message:
Estetic change of proc-help


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/standard.lib

    rf0584e8 r5011fd  
    1 // $Id: standard.lib,v 1.8 1998-05-05 11:55:38 krueger Exp $
     1// $Id: standard.lib,v 1.9 1998-05-14 12:49:28 krueger Exp $
    22///////////////////////////////////////////////////////////////////////////////
    33
    4 version="$Id: standard.lib,v 1.8 1998-05-05 11:55:38 krueger Exp $";
     4version="$Id: standard.lib,v 1.9 1998-05-14 12:49:28 krueger Exp $";
    55info="
    66LIBRARY: standard.lib   PROCEDURES WHICH ARE ALWAYS LOADED AT START-UP
     
    1818         stdfglm(i,s): standard basis of i in the basering, calculated via
    1919                     fglm from ordering s to the ordering of the basering.
    20 EXAMPLE: example stdfglm; shows an example
    21 "
     20EXAMPLE: example stdfglm; shows an example"
    2221{
    2322   string os;
     
    6160RETURN:  stdhilbert(i): a standard basis of i (computing v internally)
    6261         stdhilbert(i,v): standard basis of i, using the given Hilbert function
    63 EXAMPLE: example stdhilbert; shows an example
    64 "
     62EXAMPLE: example stdhilbert; shows an example"
    6563{
    6664   def R=basering;
Note: See TracChangeset for help on using the changeset viewer.