| prev | ( testsuite > StrictContent > BasicContentElements > compose > rec-compose4 ) | next |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | StrictContent/BasicContentElements/compose/rec-compose4 |
| CVS-ID: | |
| Author: | MathML 2 Recommendation |
| Description: | f(g(x)) |
Sample Rendering:
| |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<ci>f</ci>
<apply>
<ci>g</ci>
<ci>x</ci>
</apply>
</apply>
</math>