Changeset d2b2a7 in git for Singular/LIB/standard.lib


Ignore:
Timestamp:
May 5, 1998, 1:55:40 PM (26 years ago)
Author:
Kai Krüger <krueger@…>
Branches:
(u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
Children:
97f92aa6d280f6022eaae47195ccc02503ccb984
Parents:
4996f5286c7671191ad22e654499fd8b752fe4f0
Message:
Modified Files:
	libparse.l utils.cc LIB/classify.lib LIB/deform.lib
	LIB/elim.lib LIB/factor.lib LIB/fastsolv.lib LIB/finvar.lib
	LIB/general.lib LIB/hnoether.lib LIB/homolog.lib LIB/inout.lib
	LIB/invar.lib LIB/makedbm.lib LIB/matrix.lib LIB/normal.lib
	LIB/poly.lib LIB/presolve.lib LIB/primdec.lib LIB/primitiv.lib
	LIB/random.lib LIB/ring.lib LIB/sing.lib LIB/standard.lib
	LIB/tex.lib LIB/tst.lib
Changed help section o procedures to have an quoted help-string between
proc-definition and proc-body.


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/standard.lib

    r4996f52 rd2b2a7  
    1 // $Id: standard.lib,v 1.7 1998-04-03 22:47:14 krueger Exp $
     1// $Id: standard.lib,v 1.8 1998-05-05 11:55:38 krueger Exp $
    22///////////////////////////////////////////////////////////////////////////////
    33
    4 version="$Id: standard.lib,v 1.7 1998-04-03 22:47:14 krueger Exp $";
     4version="$Id: standard.lib,v 1.8 1998-05-05 11:55:38 krueger Exp $";
    55info="
    66LIBRARY: standard.lib   PROCEDURES WHICH ARE ALWAYS LOADED AT START-UP
     
    1313
    1414proc stdfglm (ideal i, list #)
    15 USAGE:   stdfglm(i[,s]); i ideal, s string (any allowed ordstr of a ring)
     15"USAGE:   stdfglm(i[,s]); i ideal, s string (any allowed ordstr of a ring)
    1616RETURN:  stdfglm(i): standard basis of i in the basering, calculated via fglm
    17                      from ordering "dp" to the ordering of the basering.
     17                     from ordering \"dp\" to the ordering of the basering.
    1818         stdfglm(i,s): standard basis of i in the basering, calculated via
    1919                     fglm from ordering s to the ordering of the basering.
    2020EXAMPLE: example stdfglm; shows an example
     21"
    2122{
    2223   string os;
     
    5657
    5758proc stdhilbert(ideal i,list #)
    58 USAGE:   stdhilbert(i);  i ideal
     59"USAGE:   stdhilbert(i);  i ideal
    5960         stdhilbert(i,v); i homogeneous ideal, v intvec (the Hilbert function)
    6061RETURN:  stdhilbert(i): a standard basis of i (computing v internally)
    6162         stdhilbert(i,v): standard basis of i, using the given Hilbert function
    6263EXAMPLE: example stdhilbert; shows an example
     64"
    6365{
    6466   def R=basering;
Note: See TracChangeset for help on using the changeset viewer.