prev  ( testsuite > Content > ArithmeticAlgebraLogic > factorial > factorial1  )  next (show test run result)

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Content/ArithmeticAlgebraLogic/factorial/factorial1
CVS-ID:
Author:Design Science, Inc. (E. Cannon, E. Tabacman, R.Miner)
Description:((m+n)+x)!

passed (p) failed (f) not-tested (n) broken-test (b) some parts pass (s)


Sample Rendering:

Created by: webeq

Your browser's rendering:

n m x

Source Code:


    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <factorial/> 
        <apply> 
          <plus/> 
          <apply> 
            <plus/> 
            <ci> n </ci> 
            <ci> m </ci> 
          </apply> 
          <ci>x</ci> 
        </apply> 
      </apply> 
    </math>