prev  ( testsuite > StrictContent > ArithmeticAlgebraLogic > and > and2  )  next (show test run result)

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:StrictContent/ArithmeticAlgebraLogic/and/and2
CVS-ID:
Author:Design Science, Inc. (E. Cannon, E. Tabacman, R.Miner)
Description:x > 0 and z < 1 as <reln>

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


Sample Rendering:

Created by: webeq

Your browser's rendering:

and gt x 0 lt x 1

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <csymbol cd="logic1">and</csymbol>
            <apply>
               <csymbol cd="relation1">gt</csymbol>
               <ci>x</ci>
               <cn>0</cn>
            </apply>
            <apply>
               <csymbol cd="relation1">lt</csymbol>
               <ci>x</ci>
               <cn>1</cn>
            </apply>
         </apply>
      </math>