prev | ( testsuite > Content > BasicContentElements > piecewise > rec-piecewise1 ) | next |
Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
File: | Content/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"> <piecewise> <piece> <cn> 0 </cn> <apply> <lt/> <ci> x </ci> <cn> 0 </cn> </apply> </piece> <otherwise> <ci> x </ci> </otherwise> </piecewise> </math>