Changeset 5480da in git for Singular/LIB/general.lib
- Timestamp:
- Apr 4, 1998, 12:47:15 AM (25 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- a42239a667454add16526617638435dcc1115d49
- Parents:
- fca547bc4a4fdc03461b1fa87b33c326d44b5733
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/general.lib
rfca547 r5480da 1 // $Id: general.lib,v 1. 4 1997-08-12 14:01:07 Singular Exp $1 // $Id: general.lib,v 1.5 1998-04-03 22:47:04 krueger 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 $"; 7 info=" 6 8 LIBRARY: general.lib PROCEDURES OF GENERAL TYPE 7 9 8 A_Z( "a",n); string a,b,... of n comma seperated letters10 A_Z(\"a\",n); string a,b,... of n comma seperated letters 9 11 binomial(n,m[,../..]); n choose m (type int), [type string/type number] 10 12 factorial(n[,../..]); n factorial (=n!) (type int), [type string/number] … … 22 24 which(command); searches for command and returns absolute 23 25 path, if found 26 "; 27 24 28 LIB "inout.lib"; 25 29 ///////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset
for help on using the changeset viewer.