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