| prev | ( testsuite > Content > ArithmeticAlgebraLogic > minus > minus6 ) | next |
| Alternatives: | (mml file) (full) () () () () |
| File: | Content/ArithmeticAlgebraLogic/minus/minus6 |
| CVS-ID: | |
| Author: | Design Science, Inc. (E. Cannon, E. Tabacman, R.Miner) |
| Description: | -(x+ab) |
Sample Rendering:
| |
JEuclids rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<minus/>
<apply>
<plus/>
<ci>x</ci>
<apply>
<times/>
<ci>a</ci>
<ci>b</ci>
</apply>
</apply>
</apply>
</math>