prev  ( testsuite > Content > ElementaryFunctions > rec-trig1  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Content/ElementaryFunctions/rec-trig1
CVS-ID:
Author:MathML 2 Recomendation
Description:sin(x^3 + cos x)

Sample Rendering:

Created by: webeq

Your browser's rendering:

x 3 x

Source Code:


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