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