mroot
Summary
The MathML mroot element is used to display roots with an explicit index. Two arguments are accepted, which leads to the syntax: <mroot> base index </mroot>.
Overview Table
Examples
This example demonstrates a simple usage of the mroot element:
<math>
<mroot>
<mi>x</mi>
<mn>3</mn>
</mroot>
</math>
Related specifications
- MathML 3.0
- W3C Recommendation
Attributions
Mozilla Developer Network : Article