prev  ( testsuite > Content > ArithmeticAlgebraLogic > max > max3  )  next (show test run result)

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Content/ArithmeticAlgebraLogic/max/max3
CVS-ID:
Author:Design Science, Inc. (E. Cannon, E. Tabacman, R.Miner)
Description:max

passed (p) failed (f) not-tested (n) broken-test (b) some parts pass (s)


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/>
            <reln>
              <gt/>
              <ci> x </ci>
              <cn> 0 </cn>
            </reln>
            <reln>
              <lt/>
              <ci> x </ci>
              <cn> 1 </cn>
            </reln>
          </apply>
        </condition>
        <apply>
          <minus/>
          <ci> x </ci>
          <apply>
            <sin/>
            <ci> x </ci>
          </apply>
        </apply>
      </apply>
    </math>