prev  ( testsuite > StrictContent > ElementaryFunctions > trigonometry_4  )  next (show test run result)

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:StrictContent/ElementaryFunctions/trigonometry_4
CVS-ID:
Author:Design Science, Inc. (E. Cannon, E. Tabacman, R.Miner)
Description:sin x + cos x

passed (p) failed (f) not-tested (n) broken-test (b) some parts pass (s)


Sample Rendering:

Created by: webeq

Your browser's rendering:

plus sin x cos x

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML">
         <apply>
            <csymbol cd="arith1">plus</csymbol>
            <apply>
               <csymbol cd="transc1">sin</csymbol>
               <ci>x</ci>
            </apply>
            <apply>
               <csymbol cd="transc1">cos</csymbol>
               <ci>x</ci>
            </apply>
         </apply>
      </math>