| prev | ( testsuite > StrictContent > BasicContentElements > piecewise > rec-piecewise1 ) | next | (show test run result) |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | StrictContent/BasicContentElements/piecewise/rec-piecewise1 |
| CVS-ID: | |
| Author: | MathML 2 Recommendation |
| Description: | |
Sample Rendering:
| |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<csymbol cd="piece1">piecewise</csymbol>
<apply>
<csymbol cd="piece1">piece</csymbol>
<cn>0</cn>
<apply>
<csymbol cd="relation1">lt</csymbol>
<ci>x</ci>
<cn>0</cn>
</apply>
</apply>
<apply>
<csymbol cd="piece1">otherwise</csymbol>
<ci>x</ci>
</apply>
</apply>
</math>