prev  ( testsuite > Content > BasicContentElements > condition > rec-condition1  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Content/BasicContentElements/condition/rec-condition1
CVS-ID:
Author:MathML 2 Recommendation
Description:

Sample Rendering:

Created by: webeq

Your browser's rendering:

x x 0 x 1 x x

Source Code:


    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <max/> 
        <bvar> 
          <ci> x </ci> 
        </bvar> 
        <condition> 
          <apply> 
            <and/> 
            <apply> 
              <gt/> 
              <ci> x </ci> 
              <cn> 0 </cn> 
            </apply> 
            <apply> 
              <lt/> 
              <ci> x </ci> 
              <cn> 1 </cn> 
            </apply> 
          </apply> 
        </condition> 
        <apply> 
          <minus/> 
          <ci> x </ci> 
          <apply> 
            <sin/> 
            <ci> x </ci> 
          </apply> 
        </apply> 
      </apply> 
    </math>