<mroot>

Baseline 2023

Newly available

Since January 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

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

属性

该元素接受全局 MathML 属性

示例

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>(不带根指数的平方根)