[Aimmath-commit] AIM/WEB-INF/maple RandArgs.mpl,1.1,1.2
Brought to you by:
gustav_delius,
npstrick
From: <mo...@us...> - 2004-01-21 22:52:49
|
Update of /cvsroot/aimmath/AIM/WEB-INF/maple In directory sc8-pr-cvs1:/tmp/cvs-serv8232 Modified Files: RandArgs.mpl Log Message: Added some documentation Index: RandArgs.mpl =================================================================== RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/RandArgs.mpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RandArgs.mpl 12 Jan 2004 05:58:12 -0000 1.1 --- RandArgs.mpl 21 Jan 2004 22:52:46 -0000 1.2 *************** *** 1556,1559 **** --- 1556,1569 ---- printf("\\begin{document}\n"): printf("\\begin{center}\n\\LARGE{Catalog of Built-in Rand Args}\n\\end{center}\n"): + printf("\n\n The following is a list of predefined arguments to the + {\\tt Rand()} + function. Each argument is shown with sample expressions + produced when {\\tt Rand()} is called with that argument. + Thus, for example, to produce a random expression similar + to the ones shown immediately following the name + {\\bf Rand/Fraction/Neg} you would simply use the syntax + \n\n\\begin{center}{\\tt Rand(`Rand/Fraction/Neg`)}\\end{center} + \n\n Note that in all but the simplest cases the expression + produced is an Inert expression.\n\n"); printf("\\tableofcontents\n"): `RandArgs/ProcessList`(L,n,1); *************** *** 1562,1570 **** ): ! # The following lines are used to create the "catalog" documentation for RandArgs. ! # This takes a very long time, however so they are commented out except when making ! # changes to RandArgs. DO NOT DELETE! Note that if you use them yourself you should ! # make the obvious system-specific modifications. A better mechanism for turning this ! # on and off should be devised some day. # _cdir_:=currentdir(): --- 1572,1581 ---- ): ! # The following lines are used to create the "catalog" documentation for ! # RandArgs. This takes a very long time, however so they are commented out ! # except when making changes to RandArgs. DO NOT DELETE! Note that if you ! # use them yourself you should make the obvious system-specific ! # modifications. A better mechanism for turning this on and off should be ! # devised some day. # _cdir_:=currentdir(): |