<mroot>

MathML <mroot> 元素用来表示一个有明确根指数的根式。它接受两个参数,语法如下:<mroot> base index </mroot>

属性

示例

html

<math display="block">
  <mroot>
    <mi>x</mi>
    <mn>3</mn>
  </mroot>
</math>

规范

Specification
MathML Core
# radicals-msqrt-mroot

浏览器兼容性

BCD tables only load in the browser

参见

  • <msqrt>(不带根指数的平方根)