Changeset a30caa3 in git for Singular/LIB/general.lib
- Timestamp:
- Apr 19, 1999, 1:02:10 PM (24 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 7604dbe12150ad855001c50f8fb7dd3b284cab0b
- Parents:
- a79a12873c307b35db5462af26c49d5b594af644
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/general.lib
ra79a128 ra30caa3 1 // $Id: general.lib,v 1. 9 1998-09-30 17:24:31 SingularExp $1 // $Id: general.lib,v 1.10 1999-04-19 11:02:10 obachman Exp $ 2 2 //system("random",787422842); 3 3 //GMG, last modified 30.9.98 4 4 /////////////////////////////////////////////////////////////////////////////// 5 5 6 version="$Id: general.lib,v 1. 9 1998-09-30 17:24:31 SingularExp $";6 version="$Id: general.lib,v 1.10 1999-04-19 11:02:10 obachman Exp $"; 7 7 info=" 8 8 LIBRARY: general.lib PROCEDURES OF GENERAL TYPE … … 542 542 returned. 543 543 (e.g. sort(id); sorts lexicographically, smaller int's come first) 544 WARNING: Since negative exponents create the 0 p lynomial in544 WARNING: Since negative exponents create the 0 polynomial in 545 545 Singular, id should not contain negative integers: the result 546 might not be as ex spected546 might not be as expected 547 547 - if id=intvec: id is treated as list of integers 548 548 - if n!=0 the ordering is inverse, i.e. w.r.t. v(size(v)..1) 549 549 default: n=0 550 550 [2]: intvec, describing the permutation of the input (hence [2]=v if 551 v is given (with positive inte rgers)551 v is given (with positive integers) 552 552 NOTE: If v is given id may be any simply indexed object (e.g. any list or 553 553 string); if v[i]<0 and i<=size(id) v[i] is set internally to i;
Note: See TracChangeset
for help on using the changeset viewer.