22.1.2.37 fName

This element specifies the name of the function in the Function-Apply object func. For example, function names are sin and cos.

[Example: As an example, the func sin𝑥 has fName sin and e x:

<m:func>
  <m:fName>
    <m:r>
      <m:t>sin</m:t>
    </m:r>
  </m:fName>
  <m:e>
    <m:r>
      <m:t>x</m:t>
    </m:r>
  </m:e>
</m:func>
_end example_]

[Note: The W3C XML Schema definition of this element’s content model (CT_OMathArg) is located in A.6.1. end note]

Last updated on