Changeset 63374c in git for Singular/LIB/general.lib
- Timestamp:
- Jul 9, 1999, 4:06:52 PM (24 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 609ba11e29d4d3c44b5785da0728121bbc8e0065
- Parents:
- b2bae572c5a909bcd83de47db4dc59dce546641d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/general.lib
rb2bae5 r63374c 1 // $Id: general.lib,v 1.1 5 1999-07-06 15:32:47 SingularExp $1 // $Id: general.lib,v 1.16 1999-07-09 14:06:52 obachman Exp $ 2 2 //system("random",787422842); 3 3 //GMG, last modified 18.6.99 4 4 /////////////////////////////////////////////////////////////////////////////// 5 5 6 version="$Id: general.lib,v 1.1 5 1999-07-06 15:32:47 SingularExp $";6 version="$Id: general.lib,v 1.16 1999-07-09 14:06:52 obachman Exp $"; 7 7 info=" 8 8 LIBRARY: general.lib PROCEDURES OF GENERAL TYPE … … 545 545 "USAGE: sort(id[v,o,n]); id=ideal/module/intvec/list (of intvec's or int's) 546 546 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=integer547 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 549 549 RETURN: a list of two elements: 550 550 [1]: object of same type as input but sorted in the following manner:
Note: See TracChangeset
for help on using the changeset viewer.