prev  ( testsuite > Presentation > ScriptsAndLimits > msup > msupBnest1  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/ScriptsAndLimits/msup/msupBnest1
CVS-ID:
Author:Design Science, Inc. (E. Cannon, E. Tabacman, R.Miner)
Description:test of nested params in <msup>

Sample Rendering:

Created by: webeq

Your browser's rendering:

x + y n

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML"> 
  <mrow> 
    <mi>x</mi> 
    <mo>+</mo> 
    <msup> 
      <mrow> 
        <mi>y</mi> 
      </mrow> 
      <mrow> 
        <mi>n</mi> 
      </mrow> 
    </msup> 
  </mrow>
</math>