| prev | ( testsuite > Content > BasicContentElements > fn > fn1 ) | next |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | Content/BasicContentElements/fn/fn1 |
| CVS-ID: | |
| Author: | Design Science, Inc. (E. Cannon, E. Tabacman, R.Miner) |
| Description: | f(g(x)) |
Sample Rendering:
| |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML"> <apply> <fn> <ci>f</ci> </fn> <apply> <fn> <ci>g</ci> </fn> <ci>x</ci> </apply> </apply> </math>