- Timestamp:
- Apr 23, 1998, 7:09:20 PM (26 years ago)
- Branches:
- (u'spielwiese', '2fa36c576e6a4ddbb1093b43c7f8e9835e17e52a')
- Children:
- 1d202e7f25871522d0ff3683f371e598b0a40eed
- Parents:
- e36ae54f25a40adf73b0e8d8180c361742db9def
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/general.lib
re36ae54 r194f5e5 1 // $Id: general.lib,v 1. 5 1998-04-03 22:47:04 krueger Exp $1 // $Id: general.lib,v 1.6 1998-04-23 17:09:20 Singular Exp $ 2 2 //system("random",787422842); 3 3 //(GMG, last modified 22.06.96) 4 4 /////////////////////////////////////////////////////////////////////////////// 5 5 6 version="$Id: general.lib,v 1. 5 1998-04-03 22:47:04 krueger Exp $";6 version="$Id: general.lib,v 1.6 1998-04-23 17:09:20 Singular Exp $"; 7 7 info=" 8 8 LIBRARY: general.lib PROCEDURES OF GENERAL TYPE … … 21 21 sort(ideal/module); sort generators according to monomial ordering 22 22 sum(vector/id/..[,v]); add components of vector/ideal/...[with indices v] 23 (parameters in square brackets [] are optional)24 23 which(command); searches for command and returns absolute 25 24 path, if found 25 (parameters in square brackets [] are optional) 26 26 "; 27 27 … … 637 637 if( typeof(command) != "string") 638 638 { 639 return pn;639 return (pn); 640 640 } 641 641 i = system("sh", "which " + command + " > " + fn);
Note: See TracChangeset
for help on using the changeset viewer.