prev | ( testsuite > Content > ArithmeticAlgebraLogic > min > min1 ) | next |
Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
File: | Content/ArithmeticAlgebraLogic/min/min1 |
CVS-ID: | |
Author: | Design Science, Inc. (E. Cannon, E. Tabacman, R.Miner) |
Description: | min(x, x not in B, x^2) using <reln> |
Sample Rendering:
|
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML"> <apply> <min/> <bvar> <ci>x</ci> </bvar> <condition> <reln> <notin/> <ci> x </ci> <ci type="set"> B </ci> </reln> </condition> <apply> <power/> <ci> x </ci> <cn> 2 </cn> </apply> </apply> </math>