Index

testsuite:content:elementaryfunctions:rec-trig2

rec-trig2

sin (cos x + x^3)

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

Author: MathML 2 Recomendation

testsuite/content/elementaryfunctions/rec-trig2.txt · Last modified: 2015/12/22 12:19 (external edit)