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

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:StrictContent/ArithmeticAlgebraLogic/power/power8
CVS-ID:
Author:Design Science, Inc (D. Doyle)
Description:Test using functions as arguments to other operators

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


Sample Rendering:

Created by: webeq

Your browser's rendering:

plus power sin 2 power cos 2

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <csymbol cd="arith1">plus</csymbol>
            <apply>
               <csymbol cd="arith1">power</csymbol>
               <csymbol cd="transc1">sin</csymbol>
               <cn>2</cn>
            </apply>
            <apply>
               <csymbol cd="arith1">power</csymbol>
               <csymbol cd="transc1">cos</csymbol>
               <cn>2</cn>
            </apply>
         </apply>
      </math>