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