Changeset a30caa3 in git for Singular/LIB/general.lib


Ignore:
Timestamp:
Apr 19, 1999, 1:02:10 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
7604dbe12150ad855001c50f8fb7dd3b284cab0b
Parents:
a79a12873c307b35db5462af26c49d5b594af644
Message:
* spelling


git-svn-id: file:///usr/local/Singular/svn/trunk@2991 2c84dea3-7e68-4137-9b89-c4e89433aadc
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 Singular Exp $
     1// $Id: general.lib,v 1.10 1999-04-19 11:02:10 obachman Exp $
    22//system("random",787422842);
    33//GMG, last modified 30.9.98
    44///////////////////////////////////////////////////////////////////////////////
    55
    6 version="$Id: general.lib,v 1.9 1998-09-30 17:24:31 Singular Exp $";
     6version="$Id: general.lib,v 1.10 1999-04-19 11:02:10 obachman Exp $";
    77info="
    88LIBRARY:  general.lib   PROCEDURES OF GENERAL TYPE
     
    542542             returned.
    543543             (e.g. sort(id); sorts lexicographically, smaller int's come first)
    544              WARNING: Since negative exponents create the 0 plynomial in
     544             WARNING: Since negative exponents create the 0 polynomial in
    545545             Singular, id should not contain negative integers: the result
    546              might not be as exspected
     546             might not be as expected
    547547           - if id=intvec: id is treated as list of integers
    548548           - if n!=0 the ordering is inverse, i.e. w.r.t. v(size(v)..1)
    549549             default: n=0
    550550         [2]: intvec, describing the permutation of the input (hence [2]=v if
    551              v is given (with positive intergers)
     551             v is given (with positive integers)
    552552NOTE:    If v is given id may be any simply indexed object (e.g. any list or
    553553         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.