Changeset 63374c in git for Singular/LIB/general.lib


Ignore:
Timestamp:
Jul 9, 1999, 4:06:52 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
609ba11e29d4d3c44b5785da0728121bbc8e0065
Parents:
b2bae572c5a909bcd83de47db4dc59dce546641d
Message:
* moved mpsr_RingEqual to rEqual
* controled access to qideal in qrings


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/general.lib

    rb2bae5 r63374c  
    1 // $Id: general.lib,v 1.15 1999-07-06 15:32:47 Singular Exp $
     1// $Id: general.lib,v 1.16 1999-07-09 14:06:52 obachman Exp $
    22//system("random",787422842);
    33//GMG, last modified 18.6.99
    44///////////////////////////////////////////////////////////////////////////////
    55
    6 version="$Id: general.lib,v 1.15 1999-07-06 15:32:47 Singular Exp $";
     6version="$Id: general.lib,v 1.16 1999-07-09 14:06:52 obachman Exp $";
    77info="
    88LIBRARY:  general.lib   PROCEDURES OF GENERAL TYPE
     
    545545"USAGE:   sort(id[v,o,n]); id=ideal/module/intvec/list (of intvec's or int's)
    546546         sort may be called with 1, 2 or 3 arguments in the following way:
    547          sort(id[v,n]); v=intvec of positive integers, n=integer,
    548          sort(id[o,n]); o=string (any allowed ordstr of a ring), n=integer
     547         sort(id[v,n]); v=intvec of positive integers, n=integer,
     548         sort(id[o,n]); o=string (any allowed ordstr of a ring), n=integer
    549549RETURN:  a list of two elements:
    550550         [1]: object of same type as input but sorted in the following manner:
Note: See TracChangeset for help on using the changeset viewer.