prev | ( testsuite > Content > ArithmeticAlgebraLogic > max > max3 ) | next |
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 |
Sample Rendering: |
Your browser's rendering:
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>