| prev | ( testsuite > Presentation > GeneralLayout > msqrt-mroot > msqrtBimplied8 ) | next |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | Presentation/GeneralLayout/msqrt-mroot/msqrtBimplied8 |
| CVS-ID: | |
| Author: | Robert Miner and Jeff Schaefer, Geometry Technologies |
| Description: | This example tests that <msqrt> works with an implied <mrow>. In particular, it tests the case where there are no children except the implied <mrow>. |
Sample Rendering:
| |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<msqrt>
<mi>x</mi>
<mo>-</mo>
<mn>3</mn>
</msqrt>
<mo>+</mo>
<msqrt>
<mrow>
<mi>x</mi>
<mo>-</mo>
<mn>3</mn>
</mrow>
</msqrt>
<mo>+</mo>
<msqrt> </msqrt>
</mrow>
</math>