MathMLElement.mroot constructor
      
      MathMLElement.mroot()
     
    
Creates a MathMLElement using the tag 'mroot'.
Implementation
MathMLElement.mroot()
    : _ = document.createElementNS(
        'http://www.w3.org/1998/Math/MathML',
        'mroot',
      );