<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>