prev  ( testsuite > Content > BasicContentElements > fn > rec-fn3  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Content/BasicContentElements/fn/rec-fn3
CVS-ID:
Author:MathML 2 Recomendation
Description:(f+g)(z)

Sample Rendering:

Created by: webeq

Your browser's rendering:

f g z

Source Code:


    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <fn> 
          <apply> 
            <plus/> 
            <ci> f </ci> 
            <ci> g </ci> 
          </apply> 
        </fn> 
        <ci>z</ci> 
      </apply> 
    </math>