This page is Ready to Use

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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

DOM Interface
mathml

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 cc-by-sa-small-wpd.svg: Article