MathMLElement.msqrt constructor

MathMLElement.msqrt()

Creates a MathMLElement using the tag 'msqrt'.

Implementation

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