special_functions_blurb18.mml

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

MML
32
字号
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">  <mrow>    <mtext>acosh</mtext>    <mfenced>      <mrow>        <mi>x</mi>      </mrow>    </mfenced>    <mspace width="1em"/>    <mo>=</mo>    <mspace width="1em"/>    <mi>log</mi>    <mfenced>      <mrow>        <mi>x</mi>        <mo>+</mo>        <msqrt>          <mrow>            <msup>              <mi>x</mi>              <mn>2</mn>            </msup>            <mo>&#x2212;</mo>            <mn>1</mn>          </mrow>        </msqrt>      </mrow>    </mfenced>  </mrow></math>

⌨️ 快捷键说明

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