MathMLElement.msup constructor

MathMLElement.msup()

Creates a MathMLElement using the tag 'msup'.

Implementation

MathMLElement.msup()
    : _ = document.createElementNS(
        'http://www.w3.org/1998/Math/MathML',
        'msup',
      );