| prev | next |
| File: | Content/BasicContentElements/compose/rec-compose4.html | |
| Author: | MathML 2 Recommendation | |
| Description: | f(g(x)) | |
| Sample Rendering: |
|
Your browser's rendering:
Source Code:
<math>
<apply>
<fn>
<ci> f </ci>
</fn>
<apply>
<fn>
<ci> g </ci>
</fn>
<ci> x </ci>
</apply>
</apply>
</math>