special_functions_blurb1.mml

来自「Boost provides free peer-reviewed portab」· MML 代码 · 共 36 行

MML
36
字号
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">  <mrow>    <mtext>exp</mtext>    <mfenced>      <mrow>        <mi>x</mi>      </mrow>    </mfenced>    <mspace width="1em"/>    <mo>=</mo>    <mspace width="1em"/>    <munderover>      <mo>&#x2211;</mo>      <mrow>        <mi>n</mi>        <mo>=</mo>        <mn>0</mn>      </mrow>      <mi>&#x221E;</mi>    </munderover>    <mfrac>      <mrow>        <msup>          <mi>x</mi>          <mi>n</mi>        </msup>      </mrow>      <mrow>        <mi>n</mi>        <mo>!</mo>      </mrow>    </mfrac>  </mrow></math>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?