Artifact 5a3a68984f8319ca0bec16eeb91877e8bdc3c3482c90b6c7e1eed732b53a78b5:
- Executable file
r37/lisp/csl/html/r37_0081.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: 748) [annotate] [blame] [check-ins using] [more...]
<A NAME=FACTORIAL> <TITLE>FACTORIAL</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>FACTORIAL</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> <P> <H3> syntax: </H3> <em>factorial</em>(<expression>) <P> <P> <P> If the argument of <em>factorial</em> is a positive integer or zero, its factorial is returned. Otherwise the result is expressed in terms of the original operator. For more general operations, the <A HREF=r37_0491.html>gamma</A> operator is available in the <A HREF=r37_0443.html>Special Function Package</A>. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> factorial 4; 24 factorial 30 ; 265252859812191058636308480000000 </TT></PRE><P>