prev  ( testsuite > StrictContent > ArithmeticAlgebraLogic > power > power1  )  next (show test run result)

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:StrictContent/ArithmeticAlgebraLogic/power/power1
CVS-ID:
Author:Design Science, Inc. (E. Cannon, E. Tabacman, R.Miner)
Description:(x + y) ^ (n - 3)

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


Sample Rendering:

Created by: webeq

Your browser's rendering:

power plus x y minus n 3

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <csymbol cd="arith1">power</csymbol>
            <apply>
               <csymbol cd="arith1">plus</csymbol>
               <ci>x</ci>
               <ci>y</ci>
            </apply>
            <apply>
               <csymbol cd="arith1">minus</csymbol>
               <ci>n</ci>
               <cn>3</cn>
            </apply>
         </apply>
      </math>