| prev | next |
| File: | Content/ElementaryFunctions/rec-trig2.html | |
| Author: | MathML 2 Recomendation | |
| Description: | sin (cos x + x^3) | |
| Sample Rendering: |
|
Your browser's rendering:
Source Code:
<math>
<apply>
<sin/>
<apply>
<plus/>
<apply>
<cos/>
<ci> x </ci>
</apply>
<apply>
<power/>
<ci> x </ci>
<cn> 3 </cn>
</apply>
</apply>
</apply>
</math>