prev  ( testsuite > StrictContent > ArithmeticAlgebraLogic > divide > divide2  )  next (show test run result)

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:StrictContent/ArithmeticAlgebraLogic/divide/divide2
CVS-ID:
Author:Design Science, Inc. (E. Cannon, E. Tabacman, R.Miner)
Description:(a + b) / (a - b)

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


Sample Rendering:

Created by: webeq

Your browser's rendering:

divide plus a b minus a b

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <csymbol cd="arith1">divide</csymbol>
            <apply>
               <csymbol cd="arith1">plus</csymbol>
               <ci>a</ci>
               <ci>b</ci>
            </apply>
            <apply>
               <csymbol cd="arith1">minus</csymbol>
               <ci>a</ci>
               <ci>b</ci>
            </apply>
         </apply>
      </math>