| prev | ( testsuite > StrictContent > ElementaryFunctions > rec-trig1 ) | next | (show test run result) |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | StrictContent/ElementaryFunctions/rec-trig1 |
| CVS-ID: | |
| Author: | MathML 2 Recomendation |
| Description: | sin(x^3 + cos x) |
Sample Rendering:
| |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<csymbol cd="transc1">sin</csymbol>
<apply>
<csymbol cd="arith1">plus</csymbol>
<apply>
<csymbol cd="arith1">power</csymbol>
<ci>x</ci>
<cn>3</cn>
</apply>
<apply>
<csymbol cd="transc1">cos</csymbol>
<ci>x</ci>
</apply>
</apply>
</apply>
</math>