| prev | next |
| File: | Content/ArithmeticAlgebraLogic/min/rec-min2.html | |
| Author: | MathML 2 Recommendation | |
| Description: | min(x, x not in B, x^2) using <apply> | |
| Sample Rendering: |
|
Your browser's rendering:
Source Code:
<math>
<apply>
<min/>
<bvar>
<ci>x</ci>
</bvar>
<condition>
<apply>
<notin/>
<ci> x </ci>
<ci type="set"> B </ci>
</apply>
</condition>
<apply>
<power/>
<ci> x </ci>
<cn> 2 </cn>
</apply>
</apply>
</math>