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

Factorial !

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

Returns the factorial of its argument:

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

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

Note: \begin{displaymath}
n!=\Gamma(n+1)
\end{displaymath}% WIDTH=325 HEIGHT=29 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).