packages feed

texmath-0.12.2: tests/writers/binomial_coefficient.mml

<?xml version='1.0' ?>
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mstyle mathvariant="bold">
      <mi>๐‚</mi>
    </mstyle>
    <mrow>
      <mo stretchy="true" form="prefix">(</mo>
      <mi>n</mi>
      <mo>,</mo>
      <mi>k</mi>
      <mo stretchy="true" form="postfix">)</mo>
    </mrow>
    <mo>=</mo>
    <msubsup>
      <mstyle mathvariant="bold">
        <mi>๐‚</mi>
      </mstyle>
      <mi>k</mi>
      <mi>n</mi>
    </msubsup>
    <mo>=</mo>
    <msub>
      <mrow />
      <mi>n</mi>
    </msub>
    <msub>
      <mstyle mathvariant="bold">
        <mi>๐‚</mi>
      </mstyle>
      <mi>k</mi>
    </msub>
    <mo>=</mo>
    <mrow>
      <mo stretchy="true" form="prefix">(</mo>
      <mfrac linethickness="0">
        <mi>n</mi>
        <mi>k</mi>
      </mfrac>
      <mo stretchy="true" form="postfix">)</mo>
    </mrow>
    <mo>=</mo>
    <mfrac>
      <mrow>
        <mi>n</mi>
        <mi>!</mi>
      </mrow>
      <mrow>
        <mi>k</mi>
        <mi>!</mi>
        <mspace width="0.167em" />
        <mrow>
          <mo stretchy="true" form="prefix">(</mo>
          <mi>n</mi>
          <mo>โˆ’</mo>
          <mi>k</mi>
          <mo stretchy="true" form="postfix">)</mo>
        </mrow>
        <mi>!</mi>
      </mrow>
    </mfrac>
  </mrow>
</math>