next up previous contents
Next: copy Up: Functions/Unary Operators Previous: Gamma   Contents

Factorial !

\includegraphics[height=10mm]{images/Factorial}% WIDTH=48 HEIGHT=45

Returns the factorial of its argument:

\begin{eqnarray*}
0! & = & 1\\
n! & = & \prod_{i=1}^{n}i\\
\end{eqnarray*}% WIDTH=179 HEIGHT=133

The operator can be placed on the canvas in two ways:

Note: \begin{displaymath}
n!=\Gamma(n+1)
\end{displaymath}% WIDTH=193 HEIGHT=34 which is how it is implemented in Minsky.

Minsky provides this function because of its relationship to the derivative of the Gamma function (and factorials).