| prev | ( testsuite > StrictContent > ArithmeticAlgebraLogic > factorial > factorial1 ) | next |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | StrictContent/ArithmeticAlgebraLogic/factorial/factorial1 |
| CVS-ID: | |
| Author: | Design Science, Inc. (E. Cannon, E. Tabacman, R.Miner) |
| Description: | ((m+n)+x)! |
Sample Rendering:
| |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<csymbol cd="integer1">factorial</csymbol>
<apply>
<csymbol cd="arith1">plus</csymbol>
<apply>
<csymbol cd="arith1">plus</csymbol>
<ci>n</ci>
<ci>m</ci>
</apply>
<ci>x</ci>
</apply>
</apply>
</math>