Index

testsuite:content:arithmeticalgebralogic:max:rec-max2

rec-max2

W3C sample WIRIS
x x B x C x
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <apply>
    <max/>
    <bvar>
      <ci>x</ci>
    </bvar>
    <condition>
      <apply>
        <and/>
        <apply>
          <in/>
          <ci>x</ci>
          <ci type="set">B</ci>
        </apply>
        <apply>
          <notin/>
          <ci>x</ci>
          <ci type="set">C</ci>
        </apply>
      </apply>
    </condition>
    <ci>x</ci>
  </apply>
</math>

Author: MathML 2 Recommendation

testsuite/content/arithmeticalgebralogic/max/rec-max2.txt · Last modified: 2015/12/22 12:19 (external edit)