| prev | ( testsuite > StrictContent > ArithmeticAlgebraLogic > and > and2 ) | next |
| 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> |
Sample Rendering:
| |
Your browser's rendering:
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>