Changeset 6e52cf in git


Ignore:
Timestamp:
Mar 27, 2006, 3:53:00 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
84b0a1b971ec36375902c1384c29dff3f304b301
Parents:
2740c6e29133513cd8c113e1d33aeab8990c5d97
Message:
*hannes: fixed typo


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/general.lib

    r2740c6e r6e52cf  
    33//eric, added absValue 11.04.2002
    44///////////////////////////////////////////////////////////////////////////////
    5 version="$Id: general.lib,v 1.48 2005-10-27 07:53:08 Singular Exp $";
     5version="$Id: general.lib,v 1.49 2006-03-27 13:53:00 Singular Exp $";
    66category="General purpose";
    77info="
     
    830830"USAGE:   sort(id[v,o,n]); id = ideal/module/intvec/list(of intvec's or int's)
    831831@*       sort may be called with 1, 2 or 3 arguments in the following way:
    832 @*       sort(id[v,n]); v=intvec of positive integers, n=integer,
    833 @*       sort(id[o,n]); o=string (any allowed ordstr of a ring), n=integer
     832@*       sort(id[,v,n]); v=intvec of positive integers, n=integer,
     833@*       sort(id[,o,n]); o=string (any allowed ordstr of a ring), n=integer
    834834RETURN:  a list l of two elements:
    835835@format
Note: See TracChangeset for help on using the changeset viewer.