Changeset 5480da in git for Singular/LIB/general.lib


Ignore:
Timestamp:
Apr 4, 1998, 12:47:15 AM (25 years ago)
Author:
Kai Krüger <krueger@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
a42239a667454add16526617638435dcc1115d49
Parents:
fca547bc4a4fdc03461b1fa87b33c326d44b5733
Message:
Added new help for libraries


git-svn-id: file:///usr/local/Singular/svn/trunk@1318 2c84dea3-7e68-4137-9b89-c4e89433aadc
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 $
    22//system("random",787422842);
    33//(GMG, last modified 22.06.96)
    44///////////////////////////////////////////////////////////////////////////////
    55
     6version="$Id: general.lib,v 1.5 1998-04-03 22:47:04 krueger Exp $";
     7info="
    68LIBRARY:  general.lib   PROCEDURES OF GENERAL TYPE
    79
    8  A_Z("a",n);            string a,b,... of n comma seperated letters
     10 A_Z(\"a\",n);            string a,b,... of n comma seperated letters
    911 binomial(n,m[,../..]); n choose m (type int), [type string/type number]
    1012 factorial(n[,../..]);  n factorial (=n!) (type int), [type string/number]
     
    2224 which(command);        searches for command and returns absolute
    2325                        path, if found
     26";
     27
    2428LIB "inout.lib";
    2529///////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.