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.

msqrt

Summary

The MathML msqrt element is used to display square roots (no index is displayed). The square root accepts only one argument, which leads to the following syntax: <msqrt> base </msqrt>.

Overview Table

DOM Interface
mathml

Examples

This example demonstrates a simple usage of the msqrt element:



<math>

 <msqrt>
    <mi>x</mi>
  </msqrt>

</math>

Related specifications

MathML 3.0
W3C Recommendation

Attributions

  • Mozilla Developer Network cc-by-sa-small-wpd.svg: Article