Artifact f5c719953ede942acd9b92e16509c1b06191ec84f7d7d001e74ff6d57e363c96:
- Executable file
r37/lisp/csl/html/r37_0096.html
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 733) [annotate] [blame] [check-ins using] [more...]
<A NAME=PERM> <TITLE>PERM</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>PERM</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> <P> <H3> syntax: </H3> perm(<expression1>,<expression2>) <P> <P> <P> If <expression1> and <expression2> evaluate to positive integers, <em>perm</em> returns the number of permutations possible in selecting <expression1> objects from <expression2> objects. In other cases, an expression in the original operator is returned. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> perm(1,1); 1 perm(3,5); 60 perm(-3,5); PERM(-3,5) perm(a,b); PERM(A,B) </TT></PRE><P>