Index

testsuite:content:arithmeticalgebralogic:power:power3

power3

- ( (x + y) ^ (n - 3) )

W3C sample WIRIS
x y n 3
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <apply>
    <minus/>
    <apply>
      <power/>
      <apply>
        <plus/>
        <ci>x</ci>
        <ci>y</ci>
      </apply>
      <apply>
        <minus/>
        <cn>n</cn>
        <cn>3</cn>
      </apply>
    </apply>
  </apply>
</math>

Author: Design Science, Inc. (E. Cannon, E. Tabacman, R.Miner)

testsuite/content/arithmeticalgebralogic/power/power3.txt · Last modified: 2015/12/22 12:19 (external edit)