| prev | next |
| File: | Content/BasicContentElements/piecewise/rec-piecewise1.html | |
| Author: | MathML 2 Recommendation | |
| Description: | ||
| Sample Rendering: |
|
Your browser's rendering:
Source Code:
<math>
<piecewise>
<piece>
<cn> 0 </cn>
<apply>
<lt/>
<ci> x </ci>
<cn> 0 </cn>
</apply>
</piece>
<otherwise>
<ci> x </ci>
</otherwise>
</piecewise>
</math>