<mroot>
MathML 的 <mroot> 元素用来表示一个有明确根指数的根式。它接受两个参数,语法如下:<mroot> base index </mroot>。
属性
例子
下述代码表示:
您的浏览器的渲染结果:
html
<math>
<mroot>
<mi>x</mi>
<mn>3</mn>
</mroot>
</math>
规范
| Specification |
|---|
| MathML Core # radicals-msqrt-mroot |
浏览器兼容性
BCD tables only load in the browser
相关链接
<msqrt>(Square root without an index)