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