Changeset 803c5a1 in git for Singular/LIB/general.lib
- Timestamp:
- Dec 22, 2000, 2:55:14 PM (22 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 8942a5b3190ffdb5622125ddc7c005c0b1b725d2
- Parents:
- 558eb2e4904ef3d1c00dc5ccf1cdf5d4d5e4532a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/general.lib
r558eb2 r803c5a1 1 // $Id: general.lib,v 1.29 2000-12-19 14:37:25 anne Exp $2 1 //GMG, last modified 18.6.99 3 2 //anne, added deleteSublist and watchdog 12.12.2000 4 3 /////////////////////////////////////////////////////////////////////////////// 5 6 version="$Id: general.lib,v 1.29 2000-12-19 14:37:25 anne Exp $"; 4 version="$Id: general.lib,v 1.30 2000-12-22 13:52:31 greuel Exp $"; 7 5 category="General purpose"; 8 6 info=" 9 LIBRARY: general.lib PROCEDURES OF GENERAL TYPE7 LIBRARY: general.lib Elementary Computations of General Type 10 8 11 9 PROCEDURES: … … 1033 1031 1034 1032 proc watchdog(int i, string cmd) 1035 "USAGE : watchdog(i,cmd); i -- integer; cmd --string1033 "USAGE : watchdog(i,cmd); i integer; cmd string 1036 1034 RETURNS: Result of cmd, if the result can be computed in 1037 1035 i seconds. Otherwise the computation is interrupted after … … 1132 1130 1133 1131 proc deleteSublist(intvec v,list l) 1134 "USAGE: deleteSublist(v,l); --intvec v; list l1132 "USAGE: deleteSublist(v,l); intvec v; list l 1135 1133 where the entries of the integer vector v correspond to the 1136 1134 positions of the elements to be deleted
Note: See TracChangeset
for help on using the changeset viewer.