| prev | ( testsuite > Content > ArithmeticAlgebraLogic > minus > minus1 ) | next | (show test run result) |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | Content/ArithmeticAlgebraLogic/minus/minus1 |
| CVS-ID: | |
| Author: | Design Science, Inc. (E. Cannon, E. Tabacman, R.Miner) |
| Description: | a - (b - c) |
Sample Rendering:
| |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML"> <apply> <minus/> <ci>a</ci> <apply> <minus/> <ci>b</ci> <ci>c</ci> </apply> </apply> </math>