X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo-common.tex;h=408ca3310e7dbff8e498936e4bfefbe77e49c483;hb=a688c85fecb01a14d1ce3c123c35da5c55083c3e;hp=e19d7883e6d9a7c70a5865d314cc9dabf1762f46;hpb=38147a40c34416d5dbd87f44d8786e3dd73a132f;p=mjotex.git diff --git a/mjo-common.tex b/mjo-common.tex index e19d788..408ca33 100644 --- a/mjo-common.tex +++ b/mjo-common.tex @@ -29,6 +29,9 @@ % The Cartesian product of three things. \providecommand*{\cartprodthree}[3]{ \cartprod{{#1}}{\cartprod{{#2}}{{#3}}} } +% The factorial operator. +\providecommand*{\factorial}[1]{ {#1}! } + % % Product spaces %